From 3b49a697eca4d8a5004193d7b5cbbdea0e53da52 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 20 Jan 2003 20:07:23 +0000 Subject: Fix a stupid mistake porting galeon changes, no more freeze. 2003-01-20 Marco Pesenti Gritti * embed/ephy-embed-event.c: (ephy_embed_event_finalize): Fix a stupid mistake porting galeon changes, no more freeze. * src/ephy-favicon-action.c: (ephy_favicon_action_sync_icon), (ephy_favicon_action_class_init), (ephy_favicon_action_init), (ephy_favicon_action_finalize): Ref favicon cache. * src/ephy-window.c: (ephy_window_init): Initialize ppview pointer. --- embed/ephy-embed-event.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'embed') diff --git a/embed/ephy-embed-event.c b/embed/ephy-embed-event.c index 45993dadb..440eabadc 100644 --- a/embed/ephy-embed-event.c +++ b/embed/ephy-embed-event.c @@ -102,9 +102,6 @@ ephy_embed_event_finalize (GObject *object) g_return_if_fail (event->priv != NULL); - g_hash_table_foreach_remove (event->priv->props, - (GHRFunc)g_free, - NULL); g_hash_table_destroy (event->priv->props); g_free (event->priv); -- cgit v1.2.3