comparison gui/interface.c @ 35550:d31d6a5c1e94

Deallocate in reverse order of allocation.
author ib
date Mon, 10 Dec 2012 01:46:50 +0000
parents 463d8e512c38
children 99a11b051705
comparison
equal deleted inserted replaced
35549:463d8e512c38 35550:d31d6a5c1e94
282 282
283 cfg_write(); 283 cfg_write();
284 wsXDone(); 284 wsXDone();
285 } 285 }
286 286
287 appFreeStruct();
288 uiUnsetFile(); 287 uiUnsetFile();
289 listMgr(PLAYLIST_DELETE, 0); 288 listMgr(PLAYLIST_DELETE, 0);
290 listMgr(URLLIST_DELETE, 0); 289 listMgr(URLLIST_DELETE, 0);
290 appFreeStruct();
291 free(guiIcon.collection); 291 free(guiIcon.collection);
292 292
293 if (gui_conf) { 293 if (gui_conf) {
294 m_config_free(gui_conf); 294 m_config_free(gui_conf);
295 gui_conf = NULL; 295 gui_conf = NULL;