diff --git a/Source/Core/DiscIO/Src/CompressedBlob.cpp b/Source/Core/DiscIO/Src/CompressedBlob.cpp index 1866f7a789..8bafb48aaa 100644 --- a/Source/Core/DiscIO/Src/CompressedBlob.cpp +++ b/Source/Core/DiscIO/Src/CompressedBlob.cpp @@ -284,6 +284,7 @@ cleanup: delete[] in_buf; delete[] out_buf; delete[] offsets; + delete[] hashes; fclose(f); fclose(inf); callback("Done compressing disc image.", 1.0f, arg);