fixed bug when releasing memory (thanks ot Bastian pointing this out)

This commit is contained in:
nemu 2008-06-04 05:48:09 +00:00
parent 56b872222f
commit bb49da5b4a

View File

@ -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();
} }
//-------------------------------------------------------------------------- //--------------------------------------------------------------------------