Revert "Free command memory"

This reverts commit 07fdb4afef.
This commit is contained in:
James Booth
2012-04-28 19:08:24 +01:00
parent 07fdb4afef
commit 3fa7931d53

View File

@@ -65,7 +65,6 @@ gboolean process_input(char *inp)
} else if (inp[0] == '/') {
struct command_t cmd = _parse_command(inp);
result = _handle_command(cmd.command, inp);
free(cmd.command);
} else {
result = _cmd_default(inp);
}