Commit a29c8eff authored by Rémi Duraffort's avatar Rémi Duraffort

Remove unneeded test.

parent e6a6bf4c
......@@ -2129,7 +2129,7 @@ block_t *stream_Block( stream_t *s, int i_size )
{
return p_bk;
}
block_Release( p_bk );
}
if( p_bk ) block_Release( p_bk );
return NULL;
}
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