Commit 1e9f0265 authored by Rafaël Carré's avatar Rafaël Carré

id3tag: p_demux->p_private has been malloc()ed by the demuxer, so keep the pointer

parent 7d4018a6
......@@ -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 );
......
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