From: Craig Forbes Date: Sat, 15 Nov 2014 05:33:20 +0000 (-0600) Subject: Fix double free of hdhomerun_debug_obj X-Git-Tag: v4.1~768 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=745cc6f70c1fbe998101669550cd613af9a41028;p=thirdparty%2Ftvheadend.git Fix double free of hdhomerun_debug_obj Bug #2479 --- diff --git a/src/input/mpegts/tvhdhomerun/tvhdhomerun.c b/src/input/mpegts/tvhdhomerun/tvhdhomerun.c index c75c3a148..4162f8432 100644 --- a/src/input/mpegts/tvhdhomerun/tvhdhomerun.c +++ b/src/input/mpegts/tvhdhomerun/tvhdhomerun.c @@ -419,5 +419,4 @@ tvhdhomerun_device_destroy( tvhdhomerun_device_t *hd ) #undef FREEM free(hd); - hdhomerun_debug_destroy(hdhomerun_debug_obj); }