Cleanup code data logger allocated memory at application close.

This commit is contained in:
mjbudd77 2021-02-21 10:48:06 -05:00
parent 2a2e1b7bca
commit c107de92cd
1 changed files with 2 additions and 0 deletions

View File

@ -868,6 +868,8 @@ int fceuWrapperClose( void )
int fceuWrapperMemoryCleanup(void)
{
FreeCDLog();
close_nes_shm();
return 0;