Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab/module: fix memory leak
  • Loading branch information
perexg committed Jun 30, 2015
1 parent 3d1262c commit c554b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/epggrab/module.c
Expand Up @@ -302,6 +302,8 @@ char *epggrab_module_grab_spawn ( void *m )
/* Grab */
outlen = spawn_and_give_stdout(argv[0], (char **)argv, NULL, &rd, NULL, 1);

spawn_free_args(argv);

if (outlen < 0)
goto error;

Expand Down

0 comments on commit c554b9a

Please sign in to comment.