Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
IPTV: mux - fix simple memory leak
  • Loading branch information
perexg committed Dec 1, 2014
1 parent bbed9a3 commit 70b3ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/iptv/iptv_mux.c
Expand Up @@ -183,6 +183,7 @@ iptv_mux_delete ( mpegts_mux_t *mm, int delconf )
muxname = im->mm_iptv_muxname;
free(im->mm_iptv_interface);
free(im->mm_iptv_svcname);
free(im->mm_iptv_env);
mpegts_mux_delete(mm, delconf);
free(url);
free(url_sane);
Expand Down

0 comments on commit 70b3ef6

Please sign in to comment.