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()
{
// clean up
fDataPathList.empty();
fMarkerList.empty();
fColorList.empty();
fDataPathList.clear();
fMarkerList.clear();
fColorList.clear();
}
//--------------------------------------------------------------------------