Commit 58b3ac35 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf Committed by Christophe Mutricy

Revert "Fix memleak (should fix #1081)"

This reverts commit 4774dc6c.
(cherry picked from commit 0caa385c)
Signed-off-by: default avatarChristophe Mutricy <xtophe@videolan.org>
parent 5520ded0
......@@ -331,7 +331,6 @@ static void Close( vlc_object_t * p_this )
DESTROY_PACKETIZER( p_sys->p_packetizer );
if( p_sys->p_block_out ) block_Release( p_sys->p_block_out );
if( p_sys->p_block_in ) block_Release( p_sys->p_block_in );
free( p_sys );
}
......
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