Fixed assorted leaks in NS Amiga.

svn-id: r34870
This commit is contained in:
Nicola Mettifogo 2008-11-01 12:39:01 +00:00
parent 92cfe5e246
commit cd3011e408
4 changed files with 10 additions and 2 deletions

View file

@ -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