Unref the entry's layout.

Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
This commit is contained in:
Owen Taylor 2000-06-06 02:02:04 +00:00 committed by Owen Taylor
parent 3a917e9da7
commit a03f62c641
8 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Jun 6 01:59:57 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
Mon Jun 5 16:00:09 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll

View File

@ -1,3 +1,7 @@
Tue Jun 6 01:59:57 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
Mon Jun 5 16:00:09 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll

View File

@ -1,3 +1,7 @@
Tue Jun 6 01:59:57 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
Mon Jun 5 16:00:09 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll

View File

@ -1,3 +1,7 @@
Tue Jun 6 01:59:57 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
Mon Jun 5 16:00:09 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll

View File

@ -1,3 +1,7 @@
Tue Jun 6 01:59:57 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
Mon Jun 5 16:00:09 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll

View File

@ -1,3 +1,7 @@
Tue Jun 6 01:59:57 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
Mon Jun 5 16:00:09 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll

View File

@ -1,3 +1,7 @@
Tue Jun 6 01:59:57 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
Mon Jun 5 16:00:09 2000 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll

View File

@ -509,6 +509,9 @@ gtk_entry_finalize (GObject *object)
entry = GTK_ENTRY (object);
if (entry->layout)
pango_layout_unref (entry->layout);
gtk_object_unref (GTK_OBJECT (entry->im_context));
if (entry->timer)