Commit 31055b3b authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add missing free()

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2272 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -1362,6 +1362,8 @@ void do_next_word(void)
current_x = 0;
}
free(char_mb);
if (current == NULL)
current = filebot;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment