mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 16:36:20 +00:00
Destroy hash table ein autocompleters_destroy()
Regards https://github.com/profanity-im/profanity/issues/1019
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user