Autocomplete: added free function

Fixed tests
This commit is contained in:
James Booth
2013-01-11 00:17:18 +00:00
parent ce8faa8d34
commit 89967905db
10 changed files with 38 additions and 21 deletions

View File

@@ -48,6 +48,12 @@ contact_list_clear(void)
g_hash_table_remove_all(contacts);
}
void
contact_list_free()
{
p_autocomplete_free(ac);
}
void
contact_list_reset_search_attempts(void)
{