ShellContactSystem: fix GeeMapIterator leak
https://bugzilla.gnome.org/show_bug.cgi?id=678079
This commit is contained in:
parent
de1eafb564
commit
1cf2bb6646
@ -463,6 +463,8 @@ shell_contact_system_initial_search (ShellContactSystem *self,
|
|||||||
g_object_unref (individual);
|
g_object_unref (individual);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_object_unref (iter);
|
||||||
|
|
||||||
return sort_and_prepare_results (results);
|
return sort_and_prepare_results (results);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user