diff postprocess.c @ 18:2cd017ec54f3 libpostproc

1000000l for lu_zero (commiting untested? code)
author michael
date Tue, 03 Oct 2006 17:24:07 +0000
parents ac05bfe3da66
children da3bfee1fa67
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);
 }