Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 23, 2005, 10:25:52 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: memory-leak-prevention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r5225 r5226  
    5252#include "shell_command.h"
    5353#include "shell_buffer.h"
     54
     55#include "load_param.h"
    5456
    5557#include <string.h>
     
    99101  ShellCommandBase::debug();
    100102  delete ShellBuffer::getInstance();
     103
     104  LoadClassDescription::deleteAllDescriptions();
    101105
    102106  delete EventHandler::getInstance();
Note: See TracChangeset for help on using the changeset viewer.