[vlc-devel] [PATCH] Fix typo

Pierre Ynard linkfanel at yahoo.fr
Thu Oct 30 10:44:59 CET 2008


Fix typo


diff --git a/modules/misc/win32text.c b/modules/misc/win32text.c
index 20c524e..afffd37 100644
--- a/modules/misc/win32text.c
+++ b/modules/misc/win32text.c
@@ -316,7 +316,7 @@ static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out,
 #endif
     if( !*psz_string )
     {
-        free( psz_strin );
+        free( psz_string );
         return VLC_EGENERIC;
     }
 


-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."



More information about the vlc-devel mailing list