]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - prebuffer_filter.c
paraslash 0.7.3
[paraslash.git] / prebuffer_filter.c
index 031aa47e6c57efa0157a241a974c11af8bf64882..28b710108d435bd40d5970ca117b103d6fb0b1a3 100644 (file)
@@ -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;
 }