Fix double free of hdhomerun_debug_obj

Bug #2479
This commit is contained in:
Craig Forbes 2014-11-14 23:33:20 -06:00 committed by Jaroslav Kysela
parent dd6c882bc8
commit 745cc6f70c

View file

@ -419,5 +419,4 @@ tvhdhomerun_device_destroy( tvhdhomerun_device_t *hd )
#undef FREEM
free(hd);
hdhomerun_debug_destroy(hdhomerun_debug_obj);
}