[vlc-devel] commit: Fixed a typo. (Laurent Aimar )
    git version control 
    git at videolan.org
       
    Fri Jul 18 21:37:19 CEST 2008
    
    
  
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Jul 18 21:39:42 2008 +0200| [5cc3fd9422235dc712160714f0032feccc40ae1e]
Fixed a typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5cc3fd9422235dc712160714f0032feccc40ae1e
---
 modules/codec/subtitles/subsusf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/subtitles/subsusf.c b/modules/codec/subtitles/subsusf.c
index 5d9621d..a18017a 100644
--- a/modules/codec/subtitles/subsusf.c
+++ b/modules/codec/subtitles/subsusf.c
@@ -161,7 +161,7 @@ static void CloseDecoder( vlc_object_t *p_this )
                 continue;
 
             if( p_sys->pp_images[i]->p_pic )
-                picture_Release( p_sys->pp_images[i] );
+                picture_Release( p_sys->pp_images[i]->p_pic );
             free( p_sys->pp_images[i]->psz_filename );
 
             free( p_sys->pp_images[i] );
    
    
More information about the vlc-devel
mailing list