tmf: Fix various leaks in Histogram
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 28 Feb 2014 20:05:42 +0000 (15:05 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 4 Mar 2014 22:04:08 +0000 (17:04 -0500)
commit2fea16bce36f54cdb3511605b28d4475ef4e2b47
treecd63eae3a683d08f05403166a36e4b1a65e79e1f
parent661becf8f635747c6358690cd178b971a5bf706a
tmf: Fix various leaks in Histogram

Fix Image and Color leaks in Histogram class. Also fix Font leak in
HistogramTextControl. HistogramTextControl's derived classes were
overriding dispose without calling super but those were not necessary to
begin with.

Bug: 428491
Change-Id: I23a9b85a26f00b809a1748e886202a5de07cd35e
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/22696
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/Histogram.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/HistogramCurrentTimeControl.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/HistogramTextControl.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/histogram/HistogramTimeRangeControl.java
This page took 0.026024 seconds and 5 git commands to generate.