]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix double free of hdhomerun_debug_obj
authorCraig Forbes <cpforbes@starlake.org>
Sat, 15 Nov 2014 05:33:20 +0000 (23:33 -0600)
committerJaroslav Kysela <perex@perex.cz>
Sat, 15 Nov 2014 17:36:49 +0000 (18:36 +0100)
Bug #2479

src/input/mpegts/tvhdhomerun/tvhdhomerun.c

index c75c3a14888bb8d936b4d86ee888104400fa1305..4162f8432bc748c15feefc12e5d3959f1c48b1f5 100644 (file)
@@ -419,5 +419,4 @@ tvhdhomerun_device_destroy( tvhdhomerun_device_t *hd )
 #undef FREEM
 
   free(hd);
-  hdhomerun_debug_destroy(hdhomerun_debug_obj);
 }