forked from AuroraMiddleware/gtk
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>
|
Thu May 3 16:27:34 2007 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* tests/testgtk.c (create_handle_box): made handle box test non-modal,
|
* tests/testgtk.c (create_handle_box): made handle box test non-modal,
|
||||||
|
@ -77,8 +77,6 @@ finalize (GObject *object)
|
|||||||
simple->priv->query = NULL;
|
simple->priv->query = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_free (simple->priv);
|
|
||||||
|
|
||||||
G_OBJECT_CLASS (_gtk_search_engine_simple_parent_class)->finalize (object);
|
G_OBJECT_CLASS (_gtk_search_engine_simple_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user