Fixed none freed command variable.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 29 Oct 2018 22:23:46 +0000 (23:23 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 29 Oct 2018 22:23:46 +0000 (23:23 +0100)
commitcd547f3c0f23c21db214aaae8575dddc50dbdee3
tree761b0e896e841e0c5f72517e2d7446de62ee1978
parente1e038918f328c317e688e9223150b455bd91e63
Fixed none freed command variable.

Also removed goto from command_spawn_editor function. This makes the
code a little easier to read.
src/command.c