summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-20 20:09:39 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-20 20:47:54 -0500
commite0d20cbd0b3ac2ef3590d82ee5d75785ac5401fe (patch)
tree889322ff5dc9d71d8fea55a333f5e4892ed5c9df /basctl
parent9f1ee3e585a04154b49d0592c7c541527cfcd79d (diff)
valgrind: Fix memory leak
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basidesh.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index ac459896595d..4aabe0037ac0 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -245,6 +245,7 @@ BasicIDEShell::~BasicIDEShell()
SetWindow( 0 );
SetCurWindow( 0 );
+ delete m_pCurLocalizationMgr;
IDEBaseWindow* pWin = aIDEWindowTable.First();
while ( pWin )