X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=prebuffer_filter.c;h=ef66ffa13f2308eb4ac1571d9314ba4aee17e8b2;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hp=9a801900c157e1da2da979c92d7bd60d03e21b9c;hpb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;p=paraslash.git diff --git a/prebuffer_filter.c b/prebuffer_filter.c index 9a801900..ef66ffa1 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; }