X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=prebuffer_filter.c;fp=prebuffer_filter.c;h=28b710108d435bd40d5970ca117b103d6fb0b1a3;hb=563b56a493d6a2bdcdebafadd907954dbe1de8a8;hp=031aa47e6c57efa0157a241a974c11af8bf64882;hpb=82aedc35a6cdf2c7e0d27fc16f75529722505dac;p=paraslash.git diff --git a/prebuffer_filter.c b/prebuffer_filter.c index 031aa47e..28b71010 100644 --- a/prebuffer_filter.c +++ b/prebuffer_filter.c @@ -80,7 +80,7 @@ fail: static void prebuffer_open(struct filter_node *fn) { - struct private_prebuffer_data *ppd = para_calloc(sizeof(*ppd)); + struct private_prebuffer_data *ppd = zalloc(sizeof(*ppd)); fn->private_data = ppd; }