]> git.sesse.net Git - vlc/commitdiff
* modules/demux/mpeg/mpga.c: oups, no need to free p_sys->p_block_in as it is freed...
authorGildas Bazin <gbazin@videolan.org>
Mon, 9 Oct 2006 18:36:14 +0000 (18:36 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 9 Oct 2006 18:36:14 +0000 (18:36 +0000)
modules/demux/mpeg/mpga.c

index cbcc000e3945e7c39b4c337169c3a27563e5083e..82d76756d0426c01122083817c79a86ee04845a5 100644 (file)
@@ -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 );