diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-08-14 20:12:10 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-08-14 20:12:10 +0000 |
commit | 1c1a3a7c414da5c1bb0b6574fb1c3a37eadb4dcb (patch) | |
tree | da10f9d424ca5f9a4482a3c375bbb5c80701bc69 /ChangeLog | |
parent | 4a482aa672a75bd7009c86db47309dcd643bff2e (diff) | |
download | gtk+-1c1a3a7c414da5c1bb0b6574fb1c3a37eadb4dcb.tar.gz |
Null the cell_view pointer if the internal cell view is removed. (#348828,
2006-08-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_remove): Null the
cell_view pointer if the internal cell view is removed.
(#348828, Rolando Espinoza La Fuente)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-08-14 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkcombobox.c (gtk_combo_box_remove): Null the + cell_view pointer if the internal cell view is removed. + (#348828, Rolando Espinoza La Fuente) + * gtk/gtkentry.c (gtk_entry_drag_data_received): Don't leak in the non-editable case. (#350258, Colin Leroy) |