mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
fix for stream_buffer free (nw)
This commit is contained in:
parent
7356f8c7e4
commit
4c3dd33d93
@ -539,6 +539,6 @@ static void sdl_destroy_buffers(void)
|
||||
{
|
||||
// release the buffer
|
||||
if (stream_buffer)
|
||||
global_free(stream_buffer);
|
||||
global_free_array(stream_buffer);
|
||||
stream_buffer = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user