mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +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);
|
||||
|
||||
free(buffer);
|
||||
|
||||
state->bootleg_id = BLOCK2;
|
||||
arkanoid_bootleg_init(machine);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user