fixed bug when releasing memory (thanks ot Bastian pointing this out)
This commit is contained in:
parent
56b872222f
commit
bb49da5b4a
@ -59,9 +59,9 @@ PStartupHandler::PStartupHandler()
|
|||||||
PStartupHandler::~PStartupHandler()
|
PStartupHandler::~PStartupHandler()
|
||||||
{
|
{
|
||||||
// clean up
|
// clean up
|
||||||
fDataPathList.empty();
|
fDataPathList.clear();
|
||||||
fMarkerList.empty();
|
fMarkerList.clear();
|
||||||
fColorList.empty();
|
fColorList.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------
|
//--------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user