From c182493656abf8355ebd0e5947198393f278b842 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 15 Oct 2014 18:14:26 +0200 Subject: [PATCH] hdhomerun: fix a leak --- src/input/mpegts/tvhdhomerun/tvhdhomerun.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input/mpegts/tvhdhomerun/tvhdhomerun.c b/src/input/mpegts/tvhdhomerun/tvhdhomerun.c index db4fe02e..efd321fc 100644 --- a/src/input/mpegts/tvhdhomerun/tvhdhomerun.c +++ b/src/input/mpegts/tvhdhomerun/tvhdhomerun.c @@ -400,6 +400,7 @@ void tvhdhomerun_done ( void ) tvhdhomerun_discovery_destroy(d, 1); } pthread_mutex_unlock(&global_lock); + hdhomerun_debug_destroy(hdhomerun_debug_obj); } void