[vlc-commits] stream_filter: smooth: fix leak (cid #1211818)
Francois Cartegnie
git at videolan.org
Sat May 10 17:01:23 CEST 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed May 7 20:15:03 2014 +0200| [1ec12ea13268ea7cb923730f6a92a6367ae896ef] | committer: Francois Cartegnie
stream_filter: smooth: fix leak (cid #1211818)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ec12ea13268ea7cb923730f6a92a6367ae896ef
---
modules/stream_filter/smooth/smooth.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/stream_filter/smooth/smooth.c b/modules/stream_filter/smooth/smooth.c
index 208cc5c..78e9a1e 100644
--- a/modules/stream_filter/smooth/smooth.c
+++ b/modules/stream_filter/smooth/smooth.c
@@ -395,6 +395,7 @@ static int parse_Manifest( stream_t *s )
}
#undef TIMESCALE
+ sms_Free( sms );
xml_ReaderDelete( vlc_reader );
xml_Delete( vlc_xml );
More information about the vlc-commits
mailing list