Fixed some problems reported by autoconf -Wall
[pspp-builds.git] / src / ui / gui / helper.c
index c96fddedc437089445bd197ad7675384948ba8b2..8e616716835a76e6422ad1632614fde5d70f4dd0 100644 (file)
@@ -149,6 +149,8 @@ connect_help (GladeXML *xml)
   GList *i;
   for ( i = g_list_first (helps); i ; i = g_list_next (i))
     g_signal_connect (GTK_WIDGET (i->data), "clicked", give_help, 0);
+
+  g_list_free (helps);
 }