Fix a few Valgrind warnings.

svn-id: r26484
This commit is contained in:
Travis Howell 2007-04-15 08:34:53 +00:00
parent 7e0c88592f
commit c838ae690b

View File

@ -825,8 +825,8 @@ RandomActionSet::RandomActionSet(uint16 *&offset) {
} }
RandomActionSet::~RandomActionSet() { RandomActionSet::~RandomActionSet() {
delete _types; delete [] _types;
delete _ids; delete [] _ids;
} }
RandomActionSet *RandomActionList::getRoom(uint16 roomNumber) { RandomActionSet *RandomActionList::getRoom(uint16 roomNumber) {