ShellContactSystem: fix GeeMapIterator leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
This commit is contained in:
Pavel Vasin 2012-06-13 14:48:23 +04:00 committed by Jasper St. Pierre
parent de1eafb564
commit 1cf2bb6646

View File

@ -463,6 +463,8 @@ shell_contact_system_initial_search (ShellContactSystem *self,
g_object_unref (individual);
}
g_object_unref (iter);
return sort_and_prepare_results (results);
}