diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 86543d082..36828646f 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -520,6 +520,7 @@ ephy_shell_get_autocompletion (EphyShell *gs) ephy_autocompletion_add_source (p->autocompletion, EPHY_AUTOCOMPLETION_SOURCE (gs->priv->bookmarks)); + g_object_unref (gh); g_object_unref (fa); g_object_unref (gs->priv->bookmarks); } |