plug a memory leak
This commit is contained in:
parent
d5434a2df2
commit
33eec95855
|
|
@ -737,6 +737,7 @@ static void wl_modify_word(wordlist *wl_node, unsigned int n_input,
|
|||
p_dst += n_char_word_cur;
|
||||
}
|
||||
*p_dst = '\0';
|
||||
tfree(pp_word[0]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue