Commit 4c565d68 authored by Claudio Valerio's avatar Claudio Valerio

fixed double release problem

parent aba21c9e
...@@ -96,10 +96,6 @@ UBDockPalette::~UBDockPalette() ...@@ -96,10 +96,6 @@ UBDockPalette::~UBDockPalette()
delete mpLayout; delete mpLayout;
mpLayout = NULL; mpLayout = NULL;
} }
if (NULL != mTabPalette) {
delete mTabPalette;
mTabPalette = NULL;
}
} }
/** /**
......
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