ShellContactSystem: fix GSList of utf8 leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
This commit is contained in:
Pavel Vasin 2012-06-13 20:51:57 +04:00 committed by Jasper St. Pierre
parent 2b34978993
commit 201dc05416

View File

@ -464,6 +464,7 @@ shell_contact_system_initial_search (ShellContactSystem *self,
}
g_object_unref (iter);
g_slist_free_full (normalized_terms, (GDestroyNotify) g_free);
return sort_and_prepare_results (results);
}