mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 09:07:42 +00:00
Decompressor: removed unwarranted delete[]
This commit is contained in:
@@ -102,6 +102,4 @@ void decompressFile(aIO::IStreamWriter& outbuf, const atUint8* data, atUint32 sr
|
|||||||
decompressData(outbuf, (const atUint8*)tmp, srcLength - 4, uncompressedLength);
|
decompressData(outbuf, (const atUint8*)tmp, srcLength - 4, uncompressedLength);
|
||||||
delete[] tmp;
|
delete[] tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
delete[] data;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user