mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +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…
x
Reference in New Issue
Block a user