vlc | branch: master | Francois Cartegnie <fcvlc...@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 );
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to