]> git.sesse.net Git - vlc/commitdiff
Removed meta-preparsed.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 14 Oct 2007 12:18:17 +0000 (12:18 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 14 Oct 2007 12:18:17 +0000 (12:18 +0000)
modules/demux/mpc.c

index 0754cf19cc719f53727f60c2280dfa1a4afecbf2..2a31503c010cb65a65f9f930af166e5c5aff6400 100644 (file)
@@ -194,7 +194,6 @@ static void Close( vlc_object_t * p_this )
     demux_t        *p_demux = (demux_t*)p_this;
     demux_sys_t    *p_sys = p_demux->p_sys;
 
-    var_Destroy( p_demux, "meta-preparsed" );
     free( p_sys );
 }