Commit 396236ce authored by Tristan Matthews's avatar Tristan Matthews

RSS: remove no-op

"end" label is only reached if psz_eltname is NULL.
parent 98748a4a
...@@ -875,7 +875,6 @@ static bool ParseFeed( filter_t *p_filter, xml_reader_t *p_xml_reader, ...@@ -875,7 +875,6 @@ static bool ParseFeed( filter_t *p_filter, xml_reader_t *p_xml_reader,
return true; return true;
end: end:
free( psz_eltname );
return false; return false;
} }
......
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