Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tvhdhomerun: fix memory leak in tvhdhomerun_frontend_update_pids()
  • Loading branch information
perexg committed Feb 14, 2016
1 parent 4ce7a93 commit fc6c363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c
Expand Up @@ -501,6 +501,7 @@ static void tvhdhomerun_frontend_update_pids( mpegts_input_t *mi, mpegts_mux_t *
if (wpids.all)
tvhdhomerun_device_open_pid(hfe, MPEGTS_FULLMUX_PID);
mpegts_pid_done(&wpids);
mpegts_pid_done(&pids);
}

static idnode_set_t *
Expand Down

0 comments on commit fc6c363

Please sign in to comment.