forked from AuroraMiddleware/gtk
Fix leak of result of gtk_container_get_children().
Tue Jan 8 14:45:43 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.c (gtk_widget_add_events): Fix leak of result of gtk_container_get_children().
This commit is contained in:
parent
fda8a3de95
commit
17fef0f841
@ -1,7 +1,12 @@
|
||||
Tue Jan 8 14:45:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_add_events): Fix
|
||||
leak of result of gtk_container_get_children().
|
||||
|
||||
Tue Jan 8 14:42:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Fix leaks of results of
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin.)
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin)
|
||||
|
||||
Tue Jan 8 14:19:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -1,7 +1,12 @@
|
||||
Tue Jan 8 14:45:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_add_events): Fix
|
||||
leak of result of gtk_container_get_children().
|
||||
|
||||
Tue Jan 8 14:42:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Fix leaks of results of
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin.)
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin)
|
||||
|
||||
Tue Jan 8 14:19:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -1,7 +1,12 @@
|
||||
Tue Jan 8 14:45:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_add_events): Fix
|
||||
leak of result of gtk_container_get_children().
|
||||
|
||||
Tue Jan 8 14:42:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Fix leaks of results of
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin.)
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin)
|
||||
|
||||
Tue Jan 8 14:19:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -1,7 +1,12 @@
|
||||
Tue Jan 8 14:45:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_add_events): Fix
|
||||
leak of result of gtk_container_get_children().
|
||||
|
||||
Tue Jan 8 14:42:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Fix leaks of results of
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin.)
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin)
|
||||
|
||||
Tue Jan 8 14:19:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -1,7 +1,12 @@
|
||||
Tue Jan 8 14:45:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_add_events): Fix
|
||||
leak of result of gtk_container_get_children().
|
||||
|
||||
Tue Jan 8 14:42:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Fix leaks of results of
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin.)
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin)
|
||||
|
||||
Tue Jan 8 14:19:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -1,7 +1,12 @@
|
||||
Tue Jan 8 14:45:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_add_events): Fix
|
||||
leak of result of gtk_container_get_children().
|
||||
|
||||
Tue Jan 8 14:42:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Fix leaks of results of
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin.)
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin)
|
||||
|
||||
Tue Jan 8 14:19:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -1,7 +1,12 @@
|
||||
Tue Jan 8 14:45:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwidget.c (gtk_widget_add_events): Fix
|
||||
leak of result of gtk_container_get_children().
|
||||
|
||||
Tue Jan 8 14:42:19 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktoolbar.c: Fix leaks of results of
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin.)
|
||||
gtk_container_get_children(). (#68199, Damon Chaplin)
|
||||
|
||||
Tue Jan 8 14:19:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
|
@ -4915,6 +4915,8 @@ gtk_widget_add_events (GtkWidget *widget,
|
||||
if (user_data == widget)
|
||||
gdk_window_set_events (window, gdk_window_get_events (window) | events);
|
||||
}
|
||||
|
||||
g_list_free (children);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user