]> git.sesse.net Git - vlc/commitdiff
id3tag: p_demux->p_private has been malloc()ed by the demuxer, so keep the pointer
authorRafaël Carré <funman@videolan.org>
Thu, 4 Oct 2007 15:03:48 +0000 (15:03 +0000)
committerRafaël Carré <funman@videolan.org>
Thu, 4 Oct 2007 15:03:48 +0000 (15:03 +0000)
modules/meta_engine/id3tag.c

index 0b6753999518dab651980f3abcaf9d5d1d9648b0..a51cdf9a8aa1acccd00f2fb3ba4b921d24361d19 100644 (file)
@@ -485,8 +485,6 @@ static int ParseTags( vlc_object_t *p_this )
     vlc_bool_t b_seekable;
     int64_t i_init;
 
-    p_demux->p_private = NULL;
-
     msg_Dbg( p_demux, "checking for ID3v1/2 and APEv1/2 tags" );
 
     stream_Control( p_demux->s, STREAM_CAN_FASTSEEK, &b_seekable );