mirror of https://github.com/AxioDL/metaforce.git
Decompressor: removed unwarranted delete[]
This commit is contained in:
parent
0b8823356c
commit
de29d08623
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue