mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
Fix a few Valgrind warnings.
svn-id: r26484
This commit is contained in:
parent
7e0c88592f
commit
c838ae690b
@ -825,8 +825,8 @@ RandomActionSet::RandomActionSet(uint16 *&offset) {
|
||||
}
|
||||
|
||||
RandomActionSet::~RandomActionSet() {
|
||||
delete _types;
|
||||
delete _ids;
|
||||
delete [] _types;
|
||||
delete [] _ids;
|
||||
}
|
||||
|
||||
RandomActionSet *RandomActionList::getRoom(uint16 roomNumber) {
|
||||
|
Loading…
Reference in New Issue
Block a user