mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Merge branch 'master' into plugins
This commit is contained in:
commit
ccd68b6403
@ -1607,9 +1607,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