Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts: fix memory leak for mpegts mux
  • Loading branch information
perexg committed Dec 7, 2015
1 parent 902b1dd commit 7643fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/mpegts_mux.c
Expand Up @@ -691,6 +691,7 @@ mpegts_mux_delete ( mpegts_mux_t *mm, int delconf )

/* Free memory */
idnode_unlink(&mm->mm_id);
free(mm->mm_provider_network_name);
free(mm->mm_crid_authority);
free(mm->mm_charset);
free(mm);
Expand Down

0 comments on commit 7643fd7

Please sign in to comment.