diff options
Diffstat (limited to 'gtk/gtktipsquery.c')
-rw-r--r-- | gtk/gtktipsquery.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtktipsquery.c b/gtk/gtktipsquery.c index 0d5530cbd3..aed085d9bd 100644 --- a/gtk/gtktipsquery.c +++ b/gtk/gtktipsquery.c @@ -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); } |