aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util/eab-book-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/util/eab-book-util.c')
-rw-r--r--addressbook/util/eab-book-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/util/eab-book-util.c b/addressbook/util/eab-book-util.c
index 473d386f54..afe5124724 100644
--- a/addressbook/util/eab-book-util.c
+++ b/addressbook/util/eab-book-util.c
@@ -173,7 +173,7 @@ eab_nickname_query (EBook *book,
retval = e_book_async_get_contacts (book, query, cb, closure);
g_free (query_string);
- g_object_unref (query);
+ e_book_query_unref (query);
return retval;
}