Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hdhomerun: fix a leak
  • Loading branch information
perexg committed Oct 15, 2014
1 parent d1a014f commit c182493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/tvhdhomerun/tvhdhomerun.c
Expand Up @@ -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
Expand Down

0 comments on commit c182493

Please sign in to comment.