Ticket #9132: compress_sword1_mem_leak.patch
File compress_sword1_mem_leak.patch, 385 bytes (added by , 15 years ago) |
---|
-
compress.cpp
676 676 Common::File tmpFile(TEMP_RAW, "wb"); 677 677 tmpFile.write(aifData, size); 678 678 tmpFile.close(); 679 free(aifData); 679 680 680 681 // Convert the temporary raw file to MP3/OGG/FLAC 681 682 // Samples are always signed, and big endian.