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()
|
||||
{
|
||||
// clean up
|
||||
fDataPathList.empty();
|
||||
fMarkerList.empty();
|
||||
fColorList.empty();
|
||||
fDataPathList.clear();
|
||||
fMarkerList.clear();
|
||||
fColorList.clear();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user