Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: fix double free in epggrab_module_grab_spawn(), fixes #3029
  • Loading branch information
perexg committed Jul 28, 2015
1 parent 0916e52 commit d9cf931
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/epggrab/module.c
Expand Up @@ -316,7 +316,6 @@ char *epggrab_module_grab_spawn ( void *m )
return outbuf;

error:
spawn_free_args(argv);
if (rd >= 0)
close(rd);
tvhlog(LOG_ERR, mod->id, "no output detected");
Expand Down

0 comments on commit d9cf931

Please sign in to comment.