mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Destroy hash table ein autocompleters_destroy()
Regards https://github.com/profanity-im/profanity/issues/1019
This commit is contained in:
parent
10f2715ea9
commit
57ebb7cfa6
@ -206,4 +206,7 @@ autocompleters_reset(void)
|
||||
void autocompleters_destroy(void)
|
||||
{
|
||||
g_hash_table_destroy(plugin_to_acs);
|
||||
g_hash_table_destroy(plugin_to_filepath_acs);
|
||||
plugin_to_acs = NULL;
|
||||
plugin_to_filepath_acs = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user