comparison gui/interface.c @ 33267:5a2452e3404e

Free appMPlayer. It isn't freed so far.
author ib
date Tue, 03 May 2011 13:49:59 +0000
parents de4f5f183ddb
children 445a104bfb0f
comparison
equal deleted inserted replaced
33266:de4f5f183ddb 33267:5a2452e3404e
422 if (!initialized || (how == DONE)) { 422 if (!initialized || (how == DONE)) {
423 if (gui_conf) { 423 if (gui_conf) {
424 m_config_free(gui_conf); 424 m_config_free(gui_conf);
425 gui_conf = NULL; 425 gui_conf = NULL;
426 } 426 }
427
428 appFreeStruct();
427 } 429 }
428 430
429 if (how != DONE) 431 if (how != DONE)
430 exit_player(how); 432 exit_player(how);
431 } 433 }