ShellContactSystem: fix GSList of utf8 leak
https://bugzilla.gnome.org/show_bug.cgi?id=678079
This commit is contained in:
parent
2b34978993
commit
201dc05416
@ -464,6 +464,7 @@ shell_contact_system_initial_search (ShellContactSystem *self,
|
|||||||
}
|
}
|
||||||
|
|
||||||
g_object_unref (iter);
|
g_object_unref (iter);
|
||||||
|
g_slist_free_full (normalized_terms, (GDestroyNotify) g_free);
|
||||||
|
|
||||||
return sort_and_prepare_results (results);
|
return sort_and_prepare_results (results);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user