Commit 2b24884f authored by Francois Cartegnie's avatar Francois Cartegnie

video_filter: rss: fix leak on repeats (cid #1253113)

parent e6801f12
......@@ -704,6 +704,7 @@ static bool ParseFeed( filter_t *p_filter, xml_reader_t *p_xml_reader,
#ifdef RSS_DEBUG
msg_Dbg( p_filter, "element <%s>", node );
#endif
free(psz_eltname);
psz_eltname = strdup( node );
if( unlikely(!psz_eltname) )
goto end;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment