Kaydet (Commit) 72e6c707 authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Michael Meeks

tdf#91239 - add missing disposeAndClear logic for basctl.

Change-Id: If5c8fbf453e47921b472a987e9e6cff283464dcf
üst 5b1337f7
...@@ -225,6 +225,12 @@ Shell::~Shell() ...@@ -225,6 +225,12 @@ Shell::~Shell()
SetWindow( 0 ); SetWindow( 0 );
SetCurWindow( 0 ); SetCurWindow( 0 );
pTabBar.disposeAndClear();
aObjectCatalog.disposeAndClear();
aScrollBarBox.disposeAndClear();
aVScrollBar.disposeAndClear();
aHScrollBar.disposeAndClear();
for (WindowTable::iterator it = aWindowTable.begin(); it != aWindowTable.end(); ++it) for (WindowTable::iterator it = aWindowTable.begin(); it != aWindowTable.end(); ++it)
{ {
// no store; does already happen when the BasicManagers are destroyed // no store; does already happen when the BasicManagers are destroyed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment