Plugged little linenoise memory leaks.

This commit is contained in:
NHOrus 2017-06-30 21:30:01 +03:00
parent e10637c419
commit 94ea37d2bc
2 changed files with 9 additions and 5 deletions

1
main.c
View file

@ -1181,7 +1181,6 @@ Laction:
default:
BUG(ACTION_RETURNED_PHASE_CODE_BEYOND_END_OF_SWITCH); // LCOV_EXCL_LINE
}
linenoiseFree(input);
}
}