mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Fix leaks.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4845 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
54f5beb8f5
commit
3236daa97a
4 changed files with 6 additions and 5 deletions
|
|
@ -197,8 +197,6 @@ char *word_complete(WINDOW_REC *window, const char *line, int *pos, int erase, i
|
|||
signal_emit("complete erase", 3, window, word, linestart);
|
||||
|
||||
/* jump to next completion */
|
||||
word = NULL;
|
||||
linestart = NULL;
|
||||
startpos = old_startpos;
|
||||
wordlen = old_wordlen;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue