Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts network: fix memory leak (provider network name)
  • Loading branch information
perexg committed Nov 30, 2015
1 parent 7d724e3 commit eddded7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/mpegts_network.c
Expand Up @@ -332,6 +332,7 @@ mpegts_network_delete
/* Free memory */
idnode_unlink(&mn->mn_id);
free(mn->mn_network_name);
free(mn->mn_provider_network_name);
free(mn->mn_charset);
free(mn);
}
Expand Down

0 comments on commit eddded7

Please sign in to comment.