Fix for MT03575: block2: [debug] Memory Leak in Debug

This commit is contained in:
Fabio Priuli 2009-12-16 10:48:42 +00:00
parent 334c553890
commit b2c155b9f7

View File

@ -1306,6 +1306,8 @@ static DRIVER_INIT( block2 )
memcpy(srcgfx, buffer, 0x18000);
free(buffer);
state->bootleg_id = BLOCK2;
arkanoid_bootleg_init(machine);
}