Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts service: fix memory leak - s_dvb_cridauth
  • Loading branch information
perexg committed Oct 3, 2014
1 parent 2699d86 commit 9a5e314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/mpegts_service.c
Expand Up @@ -460,6 +460,7 @@ mpegts_service_delete ( service_t *t, int delconf )
/* Free memory */
free(ms->s_dvb_svcname);
free(ms->s_dvb_provider);
free(ms->s_dvb_cridauth);
free(ms->s_dvb_charset);
LIST_REMOVE(ms, s_dvb_mux_link);
sbuf_free(&ms->s_tsbuf);
Expand Down

0 comments on commit 9a5e314

Please sign in to comment.