Open pstef opened 1 month ago
Remove a free() call inherited from the original MAME code which allocated memory within zlib_codec_init(). It is no longer appropriate to call here, as the data variable now points to the middle of a caller-owned allocation.
Remove a free() call inherited from the original MAME code which allocated memory within zlib_codec_init(). It is no longer appropriate to call here, as the data variable now points to the middle of a caller-owned allocation.