mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
Fix some memory leaks (jdgleaver) (#1009)
This commit is contained in:
parent
89ca03d4d5
commit
6ec35dab7e
@ -1032,7 +1032,7 @@ void CMemory::Deinit (void)
|
|||||||
ROM = NULL;
|
ROM = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int t = 0; t < 7; t++)
|
for (int t = 0; t <= TILE_8BIT; t++)
|
||||||
{
|
{
|
||||||
if (IPPU.TileCache[t])
|
if (IPPU.TileCache[t])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user