mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
WAGE: Plug another leak
This commit is contained in:
parent
f67b43eec8
commit
71f41f9ff8
@ -75,6 +75,7 @@ Design::Design(Common::SeekableReadStream *data) {
|
||||
|
||||
Design::~Design() {
|
||||
free(_data);
|
||||
_surface->free();
|
||||
delete _surface;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user