mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +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() {
|
RandomActionSet::~RandomActionSet() {
|
||||||
delete _types;
|
delete [] _types;
|
||||||
delete _ids;
|
delete [] _ids;
|
||||||
}
|
}
|
||||||
|
|
||||||
RandomActionSet *RandomActionList::getRoom(uint16 roomNumber) {
|
RandomActionSet *RandomActionList::getRoom(uint16 roomNumber) {
|
||||||
|
Loading…
Reference in New Issue
Block a user