Changeset c93262
- Timestamp:
- May 8, 2010, 10:59:14 PM (15 years ago)
- Children:
- b918031
- Parents:
- a37c37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/builder.cpp
ra37c37 rc93262 2514 2514 /********************************************** Main routine **************************************/ 2515 2515 2516 void cleanUp( config *configuration){2516 void cleanUp(){ 2517 2517 UIFactory::purgeInstance(); 2518 2518 World::purgeInstance(); 2519 delete(configuration);2520 2519 Log() << Verbose(0) << "Maximum of allocated memory: " 2521 2520 << MemoryUsageObserver::getInstance()->getMaximumUsedMemory() << endl; … … 2569 2568 Log() << Verbose(0) << "Saving of elements.db failed." << endl; 2570 2569 2571 cleanUp( configuration);2570 cleanUp(); 2572 2571 2573 2572 Memory::getState();
Note:
See TracChangeset
for help on using the changeset viewer.