Commit b1184c1e authored by Damien Fouilleul's avatar Damien Fouilleul

libvlc-common.c: revert r19040

parent a47f53be
...@@ -217,8 +217,7 @@ libvlc_int_t * libvlc_InternalCreate( void ) ...@@ -217,8 +217,7 @@ libvlc_int_t * libvlc_InternalCreate( void )
/* Fake attachment */ /* Fake attachment */
p_libvlc->b_attached = VLC_TRUE; p_libvlc->b_attached = VLC_TRUE;
/* Store data for the non-reentrant API */ /* Store data for the non-reentrant API */
if( !p_static_vlc ) p_static_vlc = p_libvlc;
p_static_vlc = p_libvlc;
return p_libvlc; return p_libvlc;
} }
......
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