Autocomplete: added free function
Fixed tests
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user