Homec4science

SingleWindowDisplay: do not keep list of displays

Authored by Curtis Rueden <ctrueden@wisc.edu> on May 3 2017, 18:28.

Description

SingleWindowDisplay: do not keep list of displays

This static list was never cleared, and so no SingleWindowDisplays could
ever be garbage collected, and thus nothing they reference could ever be
garbage collected. Presumably, there was a huge memory leak surrounding
this static list, although I did not check.

Since the static list is never used anywhere, let's just remove it.

Details

Committed
Curtis Rueden <ctrueden@wisc.edu>May 3 2017, 20:21
Pushed
oburriMar 8 2018, 18:06
Parents
R6269:d9e552927c2f: Add a Groovy script to test programmatic execution
Branches
Unknown
Tags
Unknown

Event Timeline

Curtis Rueden <ctrueden@wisc.edu> committed R6269:ad56fd31ad91: SingleWindowDisplay: do not keep list of displays (authored by Curtis Rueden <ctrueden@wisc.edu>).May 3 2017, 20:21