mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Free autocomplete hash table
This commit is contained in:
parent
e762d80b68
commit
cb614ec36f
@ -1574,9 +1574,11 @@ _cmd_complete_parameters(char *input, int *size)
|
||||
if (result != NULL) {
|
||||
ui_replace_input(input, result, size);
|
||||
g_free(result);
|
||||
g_hash_table_destroy(ac_funcs);
|
||||
return;
|
||||
}
|
||||
}
|
||||
g_hash_table_destroy(ac_funcs);
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user