tmf: Fix leaking static Histogram instances
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 5 Apr 2016 22:24:24 +0000 (18:24 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Fri, 8 Apr 2016 21:11:39 +0000 (17:11 -0400)
commit88bc5d40fd6aff4db8ac28c108e1fd0997cd9493
tree8507a75d2c6eff6ac046bddfc2ed081f83f330c4
parent2d9aed5e7269820c26f99e061bbaf2257f3aa5df
tmf: Fix leaking static Histogram instances

The two Histogram instances in HistogramView are static and therefore
are retained by the class in the ClassLoader with references to the last
histogram data model, even after the view is closed.

Change-Id: I7853628e99a7bd8f3815253060bf891eed217cae
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/70058
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/HistogramView.java
This page took 0.024687 seconds and 5 git commands to generate.