Cleanup code data logger allocated memory at application close.
This commit is contained in:
parent
2a2e1b7bca
commit
c107de92cd
|
@ -868,6 +868,8 @@ int fceuWrapperClose( void )
|
|||
|
||||
int fceuWrapperMemoryCleanup(void)
|
||||
{
|
||||
FreeCDLog();
|
||||
|
||||
close_nes_shm();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue