don't leak the GArray (figured out by Matthias Clasen, fixes #82026).
Thu Jun 6 17:27:01 2002 Kristian Rietveld <kris@gtk.org> * gtk/gtkrbtree.c (_gtk_rbtree_reorder): don't leak the GArray (figured out by Matthias Clasen, fixes #82026).
This commit is contained in:

committed by
Kristian Rietveld

parent
aeaaae04ac
commit
3f6c03182b
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 6 17:27:01 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): don't leak the GArray
|
||||||
|
(figured out by Matthias Clasen, fixes #82026).
|
||||||
|
|
||||||
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
Changes multihead reorganizing code for win32 support,
|
Changes multihead reorganizing code for win32 support,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 6 17:27:01 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): don't leak the GArray
|
||||||
|
(figured out by Matthias Clasen, fixes #82026).
|
||||||
|
|
||||||
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
Changes multihead reorganizing code for win32 support,
|
Changes multihead reorganizing code for win32 support,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 6 17:27:01 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): don't leak the GArray
|
||||||
|
(figured out by Matthias Clasen, fixes #82026).
|
||||||
|
|
||||||
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
Changes multihead reorganizing code for win32 support,
|
Changes multihead reorganizing code for win32 support,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 6 17:27:01 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): don't leak the GArray
|
||||||
|
(figured out by Matthias Clasen, fixes #82026).
|
||||||
|
|
||||||
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
Changes multihead reorganizing code for win32 support,
|
Changes multihead reorganizing code for win32 support,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 6 17:27:01 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): don't leak the GArray
|
||||||
|
(figured out by Matthias Clasen, fixes #82026).
|
||||||
|
|
||||||
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
Changes multihead reorganizing code for win32 support,
|
Changes multihead reorganizing code for win32 support,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 6 17:27:01 2002 Kristian Rietveld <kris@gtk.org>
|
||||||
|
|
||||||
|
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): don't leak the GArray
|
||||||
|
(figured out by Matthias Clasen, fixes #82026).
|
||||||
|
|
||||||
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 5 18:34:47 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
Changes multihead reorganizing code for win32 support,
|
Changes multihead reorganizing code for win32 support,
|
||||||
|
@ -1044,6 +1044,8 @@ _gtk_rbtree_reorder (GtkRBTree *tree,
|
|||||||
node = _gtk_rbtree_next (tree, node);
|
node = _gtk_rbtree_next (tree, node);
|
||||||
}
|
}
|
||||||
gtk_rbtree_reorder_fixup (tree, tree->root);
|
gtk_rbtree_reorder_fixup (tree, tree->root);
|
||||||
|
|
||||||
|
g_array_free (array, TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user