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