changeset 18716:e75ab7767078

Missing free for malloced char_seq in OSD code
author reimar
date Thu, 15 Jun 2006 08:04:40 +0000
parents 30d7ddf08889
children 0f99a5fe9c7f
files libvo/sub.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/sub.c	Thu Jun 15 08:00:37 2006 +0000
+++ b/libvo/sub.c	Thu Jun 15 08:04:40 2006 +0000
@@ -460,6 +460,7 @@
 		char_position = 0;
 		xsize = -vo_font->charspace;
 	    }
+	    free(char_seq);
 
 	    if (osl != NULL) {
 		int value = 0, exit = 0, minimum = 0;