Commit 3c4e97e3 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

opengl: No need to detach the vout from here.

parent d8027415
...@@ -566,7 +566,6 @@ static void DestroyVout( vlc_object_t *p_this ) ...@@ -566,7 +566,6 @@ static void DestroyVout( vlc_object_t *p_this )
vout_sys_t *p_sys = p_vout->p_sys; vout_sys_t *p_sys = p_vout->p_sys;
module_Unneed( p_sys->p_vout, p_sys->p_vout->p_module ); module_Unneed( p_sys->p_vout, p_sys->p_vout->p_module );
vlc_object_detach( p_sys->p_vout );
vlc_object_release( p_sys->p_vout ); vlc_object_release( p_sys->p_vout );
free( p_sys ); free( p_sys );
......
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