vlc | branch: master | Tristan Matthews <[email protected]> | Sun Mar 22 17:48:21 2015 -0400| [396236ce7c5034845c15559d420ca82c3f24d56f] | committer: Tristan Matthews
RSS: remove no-op "end" label is only reached if psz_eltname is NULL. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=396236ce7c5034845c15559d420ca82c3f24d56f --- modules/video_filter/rss.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/video_filter/rss.c b/modules/video_filter/rss.c index b641023..885bfc9 100644 --- a/modules/video_filter/rss.c +++ b/modules/video_filter/rss.c @@ -875,7 +875,6 @@ static bool ParseFeed( filter_t *p_filter, xml_reader_t *p_xml_reader, return true; end: - free( psz_eltname ); return false; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
