channel: Remove invalid free_channel call

When a job fails to start, it will already call the exit_cb which takes care of
freeing the channel.
This commit is contained in:
Thiago de Arruda 2014-11-14 16:08:27 -03:00
parent 17a4bfe007
commit 2853500361

View File

@ -137,7 +137,6 @@ uint64_t channel_from_job(char **argv)
&status);
if (status <= 0) {
free_channel(channel);
return 0;
}