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