diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-05-15 18:05:08 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-05-15 19:05:46 +0100 |
commit | 72e6c70738a8c78f824319ec2bbf864e9997806b (patch) | |
tree | f1e9c2937085d8d42e6076a224bd00e6efd0b48a | |
parent | 5b1337f7b2e1f79d78d4bf6559bd84f1ebb934bf (diff) |
tdf#91239 - add missing disposeAndClear logic for basctl.
Change-Id: If5c8fbf453e47921b472a987e9e6cff283464dcf
-rw-r--r-- | basctl/source/basicide/basidesh.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx index 1c01f29b3b8b..1cd01cdf7795 100644 --- a/basctl/source/basicide/basidesh.cxx +++ b/basctl/source/basicide/basidesh.cxx @@ -225,6 +225,12 @@ Shell::~Shell() SetWindow( 0 ); SetCurWindow( 0 ); + pTabBar.disposeAndClear(); + aObjectCatalog.disposeAndClear(); + aScrollBarBox.disposeAndClear(); + aVScrollBar.disposeAndClear(); + aHScrollBar.disposeAndClear(); + for (WindowTable::iterator it = aWindowTable.begin(); it != aWindowTable.end(); ++it) { // no store; does already happen when the BasicManagers are destroyed |