Fixed assorted leaks in NS Amiga.
svn-id: r34870
This commit is contained in:
parent
92cfe5e246
commit
cd3011e408
4 changed files with 10 additions and 2 deletions
|
@ -903,7 +903,7 @@ Cnv* AmigaDisk_ns::makeCnv(Common::SeekableReadStream &stream) {
|
|||
|
||||
free(buf);
|
||||
|
||||
return new Cnv(numFrames, width, height, data);
|
||||
return new Cnv(numFrames, width, height, data, true);
|
||||
}
|
||||
#undef NUM_PLANES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue