]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktipsquery.c
Adapt cast macros to standard.
[~andy/gtk] / gtk / gtktipsquery.c
index 0d5530cbd3cf4972fee4560bf565baa5eb1cc611..aed085d9bd28bd8b128d1baebfcd4fc7b530b809 100644 (file)
@@ -257,6 +257,11 @@ gtk_tips_query_destroy (GtkObject  *object)
 
   gtk_tips_query_set_caller (tips_query, NULL);
 
+  g_free (tips_query->label_inactive);
+  tips_query->label_inactive = NULL;
+  g_free (tips_query->label_no_tip);
+  tips_query->label_no_tip = NULL;
+
   if (GTK_OBJECT_CLASS (parent_class)->destroy)
     (* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
 }