Memory leak fix by Magliocchetti Riccardo.

This commit is contained in:
yabause 2008-11-04 21:52:02 +00:00
parent 11cd506dfa
commit 551e68ff70
1 changed files with 1 additions and 0 deletions

View File

@ -1993,6 +1993,7 @@ common_gtk_main( struct configured_features *my_config)
SDL_Quit();
Write_ConfigFile(config_file);
g_free(config_file);
#ifdef GDB_STUB
if ( my_config->arm9_gdb_port != 0) {