mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-20 03:18:04 +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[].