mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(nbio) Fix leak
This commit is contained in:
parent
8fb9ce1b17
commit
91af356a31
@ -199,4 +199,8 @@ void nbio_free(struct nbio_t* handle)
|
||||
}
|
||||
fclose(handle->f);
|
||||
free(handle->data);
|
||||
|
||||
handle->f = NULL;
|
||||
handle->data = NULL;
|
||||
free(handle);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user