From 1e9f026595c7e3f4aa15a6c6c66eea415643b064 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Thu, 4 Oct 2007 15:03:48 +0000 Subject: [PATCH] id3tag: p_demux->p_private has been malloc()ed by the demuxer, so keep the pointer --- modules/meta_engine/id3tag.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/meta_engine/id3tag.c b/modules/meta_engine/id3tag.c index 0b67539995..a51cdf9a8a 100644 --- a/modules/meta_engine/id3tag.c +++ b/modules/meta_engine/id3tag.c @@ -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 ); -- 2.39.5