Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix double free of hdhomerun_debug_obj
Bug #2479
  • Loading branch information
cpforbes authored and perexg committed Nov 15, 2014
1 parent dd6c882 commit 745cc6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/input/mpegts/tvhdhomerun/tvhdhomerun.c
Expand Up @@ -419,5 +419,4 @@ tvhdhomerun_device_destroy( tvhdhomerun_device_t *hd )
#undef FREEM

free(hd);
hdhomerun_debug_destroy(hdhomerun_debug_obj);
}

0 comments on commit 745cc6f

Please sign in to comment.