[vlc-devel] commit: Fix Typo. Patch by Pierre Ynard. (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Oct 30 12:57:58 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 30 13:57:27 2008 +0100| [3dd8af269de3590184cca8fc6fa74ca5b6da9e24] | committer: Jean-Baptiste Kempf 

Fix Typo. Patch by Pierre Ynard.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3dd8af269de3590184cca8fc6fa74ca5b6da9e24
---

 modules/misc/win32text.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;
     }
 




More information about the vlc-devel mailing list