From fc6c36332e4b07aa22d351f0c6e31d12751d2b40 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 14 Feb 2016 18:49:41 +0100 Subject: [PATCH] tvhdhomerun: fix memory leak in tvhdhomerun_frontend_update_pids() --- src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c b/src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c index 54c29eb86..b8a0fba19 100644 --- a/src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c +++ b/src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c @@ -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 * -- 2.47.3