changeset 18:2cd017ec54f3 libpostproc

1000000l for lu_zero (commiting untested? code)
author michael
date Tue, 03 Oct 2006 17:24:07 +0000
parents 1648a390355a
children a06baac232d9
files postprocess.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/postprocess.c	Tue Oct 03 07:57:04 2006 +0000
+++ b/postprocess.c	Tue Oct 03 17:24:07 2006 +0000
@@ -957,7 +957,7 @@
 }
 
 static void reallocAlign(void **p, int alignment, int size){
-        av_free(p);
+        av_free(*p);
         *p= av_mallocz(size);
 }