free option context
authorTim Wiederhake <twied@gmx.net>
Sun, 23 Jan 2011 22:25:25 +0000 (23:25 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Sun, 23 Jan 2011 22:58:22 +0000 (17:58 -0500)
clients/window.c

index ac14fd6..2944287 100644 (file)
@@ -1641,6 +1641,7 @@ display_create(int *argc, char **argv[], const GOptionEntry *option_entries)
                exit(EXIT_FAILURE);
        }
 
+        g_option_context_free(context);
 
        d = malloc(sizeof *d);
        if (d == NULL)