chiark / gitweb /
Game configuration box for Windows, by constructing the dialog box
[sgt-puzzles.git] / gtk.c
diff --git a/gtk.c b/gtk.c
index 5e9de9060b6938796c864a1265f71291869a6a1b..5e51028e2614aac67032e3785087b2305c5f4340 100644 (file)
--- a/gtk.c
+++ b/gtk.c
@@ -613,9 +613,7 @@ static int get_config(frontend *fe)
     gtk_widget_show(fe->cfgbox);
     gtk_main();
 
-    /*
-     * FIXME: free fe->cfg
-     */
+    free_cfg(fe->cfg);
 
     return fe->cfgret;
 }