Commit e623637f authored by Gildas Bazin's avatar Gildas Bazin

* modules/visualization/galaktos/plugin.c: usual test before you commit.

parent 0df3e209
......@@ -260,9 +260,9 @@ static void Thread( vlc_object_t *p_this )
}
/* Free the openGL provider */
module_Unneed( p_sys->p_thread->p_opengl, p_sys->p_thread->p_module );
vlc_object_detach( p_sys->p_thread->p_opengl );
vlc_object_destroy( p_sys->p_thread->p_opengl );
module_Unneed( p_thread->p_opengl, p_thread->p_module );
vlc_object_detach( p_thread->p_opengl );
vlc_object_destroy( p_thread->p_opengl );
}
/*****************************************************************************
......
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