1
1
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:
James Booth 2014-05-17 23:04:20 +01:00
commit ccd68b6403

View File

@ -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;
}