Commit c6039822 authored by Gildas Bazin's avatar Gildas Bazin

* modules/demux/mpeg/mpga.c: oups, no need to free p_sys->p_block_in as it is...

* modules/demux/mpeg/mpga.c: oups, no need to free p_sys->p_block_in as it is freed by the packetizer.
parent acb89500
......@@ -339,7 +339,6 @@ static void Close( vlc_object_t * p_this )
DESTROY_PACKETIZER( p_sys->p_packetizer );
if( p_sys->meta ) vlc_meta_Delete( p_sys->meta );
if( p_sys->p_block_in ) block_Release( p_sys->p_block_in );
if( p_sys->p_block_out ) block_Release( p_sys->p_block_out );
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