[MPlayer-cvslog] r33352 - in trunk/gui: cfg.c cfg.h interface.c
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Tue May 3 19:46:41 CEST 2011
On 3 May 2011, at 15:19, ib <subversion at mplayerhq.hu> wrote:
> @@ -417,6 +421,13 @@ void guiDone(void)
> // GUI's own abortions during (and before) guiInit().
> void guiExit(int how)
> {
> + if (!initialized || (how == DONE)) {
You should really comment this a bit, it is not at all obvious.
> + if (gui_conf) {
> + m_config_free(gui_conf);
> + gui_conf = NULL;
> + }
> + }
More information about the MPlayer-cvslog
mailing list