mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
free muc autocompleter result
This commit is contained in:
parent
026b0885b5
commit
48a2cad8fd
@ -442,6 +442,7 @@ _inp_rl_tab_handler(int count, int key)
|
||||
if (result) {
|
||||
rl_replace_line(result, 0);
|
||||
rl_point = rl_end;
|
||||
free(result);
|
||||
}
|
||||
} else if (strncmp(rl_line_buffer, "/", 1) == 0) {
|
||||
ProfWin *window = wins_get_current();
|
||||
|
Loading…
Reference in New Issue
Block a user