diff options
Diffstat (limited to 'lib/widgets/ephy-location-entry.c')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |