From ae1122ce6ef3567a5001b17d9166b4b1d56b1edf Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 13 Oct 2003 19:33:07 +0000 Subject: Unref completion 2003-10-13 Marco Pesenti Gritti * lib/widgets/ephy-location-entry.c: (ephy_location_entry_set_completion): Unref completion --- lib/widgets/ephy-location-entry.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/widgets') diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index c160a898e..e581a0c30 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -534,6 +534,7 @@ ephy_location_entry_set_completion (EphyLocationEntry *le, cell, "text", text_col); gtk_entry_set_completion (GTK_ENTRY (le->priv->entry), completion); + g_object_unref (completion); } void -- cgit v1.2.3