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:
parent
f1a61ecc75
commit
0101a46dcd
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 15 19:36:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtklabel.c (gtk_label_finalize): Free
|
||||||
|
label->label_wc.
|
||||||
|
|
||||||
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkdnd.c: Some coding style fixups.
|
* gtk/gtkdnd.c: Some coding style fixups.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 15 19:36:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtklabel.c (gtk_label_finalize): Free
|
||||||
|
label->label_wc.
|
||||||
|
|
||||||
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkdnd.c: Some coding style fixups.
|
* gtk/gtkdnd.c: Some coding style fixups.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 15 19:36:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtklabel.c (gtk_label_finalize): Free
|
||||||
|
label->label_wc.
|
||||||
|
|
||||||
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkdnd.c: Some coding style fixups.
|
* gtk/gtkdnd.c: Some coding style fixups.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 15 19:36:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtklabel.c (gtk_label_finalize): Free
|
||||||
|
label->label_wc.
|
||||||
|
|
||||||
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkdnd.c: Some coding style fixups.
|
* gtk/gtkdnd.c: Some coding style fixups.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 15 19:36:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtklabel.c (gtk_label_finalize): Free
|
||||||
|
label->label_wc.
|
||||||
|
|
||||||
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkdnd.c: Some coding style fixups.
|
* gtk/gtkdnd.c: Some coding style fixups.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 15 19:36:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtklabel.c (gtk_label_finalize): Free
|
||||||
|
label->label_wc.
|
||||||
|
|
||||||
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkdnd.c: Some coding style fixups.
|
* gtk/gtkdnd.c: Some coding style fixups.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 15 19:36:57 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtklabel.c (gtk_label_finalize): Free
|
||||||
|
label->label_wc.
|
||||||
|
|
||||||
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
Mon Feb 15 18:02:22 1999 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkdnd.c: Some coding style fixups.
|
* gtk/gtkdnd.c: Some coding style fixups.
|
||||||
|
@ -359,6 +359,8 @@ gtk_label_finalize (GtkObject *object)
|
|||||||
label = GTK_LABEL (object);
|
label = GTK_LABEL (object);
|
||||||
|
|
||||||
g_free (label->label);
|
g_free (label->label);
|
||||||
|
g_free (label->label_wc);
|
||||||
|
|
||||||
if (label->pattern)
|
if (label->pattern)
|
||||||
g_free (label->pattern);
|
g_free (label->pattern);
|
||||||
gtk_label_free_words (label);
|
gtk_label_free_words (label);
|
||||||
|
Loading…
Reference in New Issue
Block a user