Free label->label_wc.

Mon Feb 15 19:36:57 1999  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtklabel.c (gtk_label_finalize): Free
	 label->label_wc.
This commit is contained in:
Owen Taylor
1999-02-16 00:31:24 +00:00
committed by Owen Taylor
parent f1a61ecc75
commit 0101a46dcd
8 changed files with 37 additions and 0 deletions

View File

@ -359,6 +359,8 @@ gtk_label_finalize (GtkObject *object)
label = GTK_LABEL (object);
g_free (label->label);
g_free (label->label_wc);
if (label->pattern)
g_free (label->pattern);
gtk_label_free_words (label);