mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Remove spurious g_free() call.
2007-05-03 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtksearchenginesimple.c (search_engine_simple_finalize): Remove spurious g_free() call. svn path=/trunk/; revision=17786
This commit is contained in:
parent
4b93b282aa
commit
7250d57ad6
@ -1,3 +1,8 @@
|
||||
2007-05-03 Emmanuele Bassi <ebassi@gnome.org>
|
||||
|
||||
* gtk/gtksearchenginesimple.c (search_engine_simple_finalize): Remove
|
||||
spurious g_free() call.
|
||||
|
||||
Thu May 3 16:27:34 2007 Tim Janik <timj@imendio.com>
|
||||
|
||||
* tests/testgtk.c (create_handle_box): made handle box test non-modal,
|
||||
|
@ -77,8 +77,6 @@ finalize (GObject *object)
|
||||
simple->priv->query = NULL;
|
||||
}
|
||||
|
||||
g_free (simple->priv);
|
||||
|
||||
G_OBJECT_CLASS (_gtk_search_engine_simple_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user