]> git.sesse.net Git - vlc/commitdiff
* modules/visualization/galaktos/plugin.c: usual test before you commit.
authorGildas Bazin <gbazin@videolan.org>
Fri, 23 Jul 2004 18:13:20 +0000 (18:13 +0000)
committerGildas Bazin <gbazin@videolan.org>
Fri, 23 Jul 2004 18:13:20 +0000 (18:13 +0000)
modules/visualization/galaktos/plugin.c

index 88f8018ede81073d082aac4eedc2e0ea559b06b9..b591da468a36ddf3cc68301c60487a72b8864a2d 100644 (file)
@@ -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 );
 }
 
 /*****************************************************************************