tmf: Dispose of the model in the statistics viewer
authorMathieu Denis <mathieu.denis@polymtl.ca>
Fri, 24 Aug 2012 18:49:40 +0000 (14:49 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 24 Aug 2012 19:53:55 +0000 (15:53 -0400)
commit66792052b02e101658153e50135899bcedbdd98d
treee2fefb6b5b0377b802146629899ba1bc4d124fe9
parent14fb758951c0296bf46bb00c4b5339213016dd67
tmf: Dispose of the model in the statistics viewer

Fixes bug 388022

When a statistics view is disposed, it cleans the complete static model
that may still be in used by another statistics view. It is useless to
suppress the complete model in the view, since the viewers are the one
responsible to delete their own data.

Change-Id: I450b935cebf317c9afca24858aef41139bd055e3
Signed-off-by: Mathieu Denis <mathieu.denis@polymtl.ca>
Reviewed-on: https://git.eclipse.org/r/7407
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
Tested-by: Bernd Hufmann <bhufmann@gmail.com>
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/TmfStatisticsViewer.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statistics/TmfStatisticsView.java
This page took 0.025815 seconds and 5 git commands to generate.