[vlc-commits] [Git][videolan/vlc][master] input: fix parent object of module_unneed "meta reader"
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Sep 9 10:00:13 UTC 2021
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
f7f22cea by Zhao Zhili at 2021-09-09T09:31:29+00:00
input: fix parent object of module_unneed "meta reader"
- - - - -
1 changed file:
- src/input/input.c
Changes:
=====================================
src/input/input.c
=====================================
@@ -2936,7 +2936,7 @@ static void InputSourceMeta( input_thread_t *p_input,
p_demux_meta->attachments );
vlc_mutex_unlock( &input_priv(p_input)->p_item->lock );
}
- module_unneed( p_demux, p_id3 );
+ module_unneed( p_demux_meta, p_id3 );
}
vlc_object_delete(p_demux_meta);
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f7f22ceab18f30e1022869106a5fc638377d7135
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f7f22ceab18f30e1022869106a5fc638377d7135
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list