X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=compress_filter.c;fp=compress_filter.c;h=dd892ca2119506abe6bf6c7a158c651063598be2;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hp=7bd3027105f95ba4ab1f3adf5d89ec2ad9722755;hpb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;p=paraslash.git diff --git a/compress_filter.c b/compress_filter.c index 7bd30271..dd892ca2 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -116,7 +116,7 @@ err: static void compress_open(struct filter_node *fn) { - struct private_compress_data *pcd = para_calloc(sizeof(*pcd)); + struct private_compress_data *pcd = zalloc(sizeof(*pcd)); uint32_t inertia = U32_OPTVAL(INERTIA, fn->lpr); uint32_t aggressiveness = U32_OPTVAL(AGGRESSIVENESS, fn->lpr);