mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 19:55:27 +02:00
MakeCacheSpaceFor freed cache blocks (allocated with new u8[]) using scalar delete instead of delete[]. Correct to delete[].
MakeCacheSpaceFor freed cache blocks (allocated with new u8[]) using scalar delete instead of delete[]. Correct to delete[].