X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=prebuffer_filter.c;h=28b710108d435bd40d5970ca117b103d6fb0b1a3;hb=be5daec66f163725489f42d512659a8af5c3fd59;hp=031aa47e6c57efa0157a241a974c11af8bf64882;hpb=5967ac5353739c3ff571dd12d4c6814fa8493ad8;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; }