Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4980 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
Aug 10, 2005, 4:53:15 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: now also the FastFactories get deleted at the end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r4975 r4980  
    4343
    4444#include "factory.h"
     45#include "fast_factory.h"
     46
    4547#include "benchmark.h"
    4648
     
    9092  delete CDEngine::getInstance();
    9193  delete GarbageCollector::getInstance();
     94  FastFactory::deleteAll();
    9295
    9396  delete EventHandler::getInstance();
Note: See TracChangeset for help on using the changeset viewer.