Make sure device memory is freed
This commit is contained in:
parent
e6cf770d2e
commit
b2e67c0319
|
@ -510,6 +510,7 @@ static int
|
||||||
emu_end(Uxn *u)
|
emu_end(Uxn *u)
|
||||||
{
|
{
|
||||||
free(u->ram);
|
free(u->ram);
|
||||||
|
free(u->dev);
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#pragma GCC diagnostic ignored "-Wint-to-pointer-cast"
|
#pragma GCC diagnostic ignored "-Wint-to-pointer-cast"
|
||||||
TerminateThread((HANDLE)SDL_GetThreadID(stdin_thread), 0);
|
TerminateThread((HANDLE)SDL_GetThreadID(stdin_thread), 0);
|
||||||
|
|
Loading…
Reference in New Issue