Commit 0b14bd87 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

shout output: and release the block chain if we encounter the error.

parent 6ed413b1
......@@ -527,6 +527,7 @@ static ssize_t Write( sout_access_out_t *p_access, block_t *p_buffer )
else
{
msg_Err( p_access, "failed to reconnect to server" );
block_ChainRelease (p_buffer);
return VLC_EGENERIC;
}
......
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