2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 22:27:41 +00:00

Decompressor: removed unwarranted delete[]

This commit is contained in:
Jack Andersen
2015-06-03 12:22:17 -10:00
parent 0b8823356c
commit de29d08623

View File

@@ -102,6 +102,4 @@ void decompressFile(aIO::IStreamWriter& outbuf, const atUint8* data, atUint32 sr
decompressData(outbuf, (const atUint8*)tmp, srcLength - 4, uncompressedLength);
delete[] tmp;
}
delete[] data;
}