changeset 15738:a0b807d489bc

memleak fix by bryanwilkerson WHIRLPOOL yahoo SPOT com
author henry
date Thu, 16 Jun 2005 19:04:09 +0000
parents 0c3939433cef
children bb640e55f9a2
files libmpdemux/aviheader.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/aviheader.c	Thu Jun 16 16:41:44 2005 +0000
+++ b/libmpdemux/aviheader.c	Thu Jun 16 19:04:09 2005 +0000
@@ -332,6 +332,7 @@
 		sh_video->aspect = GET_AVI_ASPECT(vprp->dwFrameAspectRatio);
 	}
 	if(verbose>=1) print_vprp(vprp);
+	free(vprp);
 	break;
     }
     case mmioFOURCC('d', 'm', 'l', 'h'): {