mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
Fix for MT03575: block2: [debug] Memory Leak in Debug
This commit is contained in:
parent
334c553890
commit
b2c155b9f7
@ -1306,6 +1306,8 @@ static DRIVER_INIT( block2 )
|
|||||||
|
|
||||||
memcpy(srcgfx, buffer, 0x18000);
|
memcpy(srcgfx, buffer, 0x18000);
|
||||||
|
|
||||||
|
free(buffer);
|
||||||
|
|
||||||
state->bootleg_id = BLOCK2;
|
state->bootleg_id = BLOCK2;
|
||||||
arkanoid_bootleg_init(machine);
|
arkanoid_bootleg_init(machine);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user