Commit 68906550 authored by Tristan Matthews's avatar Tristan Matthews Committed by Jean-Baptiste Kempf

stream_filter: smooth: fix leak (cid #1211818)

(cherry picked from commit 887e8f05876f380ab264f382ba905599c5d8a59e)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent fff6a620
......@@ -173,6 +173,7 @@ static int parse_Manifest( stream_t *s )
}
else if( !strcmp( node, "StreamIndex" ) )
{
sms_Free( sms );
sms = sms_New();
if( unlikely( !sms ) )
{
......
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