X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-page-action.c;h=4bb63b2f1bc7c7f660e56e7403a1f86f5b58b551;hb=1ba681aa9eb43a60f0a01c1939e70f9f6de755c7;hp=99f1d6abe26673ab099ee94e7afa4331aad12e17;hpb=a50ca0528a09e8e001c4600371048774e4029057;p=evince.git diff --git a/shell/ev-page-action.c b/shell/ev-page-action.c index 99f1d6ab..4bb63b2f 100644 --- a/shell/ev-page-action.c +++ b/shell/ev-page-action.c @@ -479,7 +479,8 @@ update_model (EvPageAction *page, GParamSpec *pspec, EvPageActionWidget *proxy) (GtkCellLayoutDataFunc) display_completion_text, proxy, NULL); gtk_entry_set_completion (GTK_ENTRY (proxy->entry), completion); - + + g_object_unref (completion); g_object_unref (model); } }