Commit 65a9c5b2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

OSD: use vlc_internals()

parent 82d86a7b
......@@ -233,7 +233,7 @@ void __osd_MenuDelete( vlc_object_t *p_this, osd_menu_t *p_osd )
vlc_mutex_lock( lockval.p_address );
vlc_object_release( p_osd );
if( p_osd->p_internals->i_refcount > 0 )
if( vlc_internals( VLC_OBJECT(p_osd) )->i_refcount > 0 )
{
vlc_mutex_unlock( lockval.p_address );
return;
......
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