diff --git a/src/RetroCommon.cpp b/src/RetroCommon.cpp index 49a5134a2..a783d5c21 100644 --- a/src/RetroCommon.cpp +++ b/src/RetroCommon.cpp @@ -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; }