X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=compress_filter.c;h=7bd3027105f95ba4ab1f3adf5d89ec2ad9722755;hb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;hp=ff4ce6fb7663c5a0c35e1a42b433060b3b162b89;hpb=89e0813c310816e05d22c0bfab7b1be07b3fc841;p=paraslash.git diff --git a/compress_filter.c b/compress_filter.c index ff4ce6fb..7bd30271 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -66,7 +66,7 @@ next_buffer: if (inplace) op = ip; else - op = para_malloc(length); + op = alloc(length); for (i = 0; i < length / 2; i++) { /* be careful in that heat, my dear */ int sample = *ip++;