X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fdemux%2Fplaylist%2Fitml.c;h=6dc87bf34ab04651d1d7f13a89d3027a7acc0347;hp=dfa93ad8ed29d2396dd21b5b7aff531fe62dea88;hb=564cbe7b5c50f0ced8ed1b6a1b1ac1d99ce6dd0b;hpb=25def74f0123c298f3e47f25096eaba110be28d6 diff --git a/modules/demux/playlist/itml.c b/modules/demux/playlist/itml.c index dfa93ad8ed..6dc87bf34a 100644 --- a/modules/demux/playlist/itml.c +++ b/modules/demux/playlist/itml.c @@ -266,6 +266,7 @@ static bool parse_dict( demux_t *p_demux, input_item_t *p_input_item, /* special case: key */ if( !strcmp( p_handler->name, "key" ) ) { + free( psz_key ); psz_key = strdup( psz_value ); } /* call the simple handler */