mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Avoid a potential memory leak if RamWorks memory size were configurable. (PR #1225)
This commit is contained in:
+1
-1
@@ -1296,7 +1296,7 @@ void MemDestroy()
|
||||
delete [] pCxRomPeripheral;
|
||||
|
||||
#ifdef RAMWORKS
|
||||
for (UINT i=1; i<g_uMaxExPages; i++)
|
||||
for (UINT i=1; i<kMaxExMemoryBanks; i++)
|
||||
{
|
||||
if (RWpages[i])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user