[MPlayer-cvslog] r18719 - trunk/libvo/sub.c

reimar subversion at mplayerhq.hu
Thu Jun 15 10:04:40 CEST 2006


Author: reimar
Date: Thu Jun 15 10:04:40 2006
New Revision: 18719

Modified:
   trunk/libvo/sub.c

Log:
Missing free for malloced char_seq in OSD code


Modified: trunk/libvo/sub.c
==============================================================================
--- trunk/libvo/sub.c	(original)
+++ trunk/libvo/sub.c	Thu Jun 15 10:04:40 2006
@@ -460,6 +460,7 @@
 		char_position = 0;
 		xsize = -vo_font->charspace;
 	    }
+	    free(char_seq);
 
 	    if (osl != NULL) {
 		int value = 0, exit = 0, minimum = 0;



More information about the MPlayer-cvslog mailing list