mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -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)
|
void autocompleters_destroy(void)
|
||||||
{
|
{
|
||||||
g_hash_table_destroy(plugin_to_acs);
|
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