Commit e80f251e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

block_BytestreamRelease: remove useless zeroing (before free)

parent 2d86bf1c
......@@ -57,8 +57,6 @@ static inline void block_BytestreamRelease( block_bytestream_t *p_bytestream )
p_bytestream->p_chain->pf_release( p_bytestream->p_chain );
p_bytestream->p_chain = p_next;
}
p_bytestream->i_offset = 0;
p_bytestream->p_chain = p_bytestream->p_block = 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