Changeset e623637f12d5b574baff6fea71544deffcb8e3d9

Show
Ignore:
Timestamp:
07/23/04 20:13:20 (4 years ago)
Author:
Gildas Bazin <gbazin@videolan.org>
git-committer:
Gildas Bazin <gbazin@videolan.org> 1090606400 +0000
git-parent:

[0df3e20904dbea7a6ac711be8b13b998a59de95e]

git-author:
Gildas Bazin <gbazin@videolan.org> 1090606400 +0000
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/visualization/galaktos/plugin.c

    r0df3e20 re623637  
    261261 
    262262    /* Free the openGL provider */ 
    263     module_Unneed( p_sys->p_thread->p_opengl, p_sys->p_thread->p_module ); 
    264     vlc_object_detach( p_sys->p_thread->p_opengl ); 
    265     vlc_object_destroy( p_sys->p_thread->p_opengl ); 
     263    module_Unneed( p_thread->p_opengl, p_thread->p_module ); 
     264    vlc_object_detach( p_thread->p_opengl ); 
     265    vlc_object_destroy( p_thread->p_opengl ); 
    266266} 
    267267