]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - amp_filter.c
string: Rename para_calloc() -> zalloc().
[paraslash.git] / amp_filter.c
index 54ff0adeaabdca3efceb640ae2e381c3075d75c3..3f0aa11e34d061b584da3e21655124564078d5fc 100644 (file)
@@ -29,7 +29,7 @@ static void amp_close(struct filter_node *fn)
 
 static void amp_open(struct filter_node *fn)
 {
-       struct private_amp_data *pad = para_calloc(sizeof(*pad));
+       struct private_amp_data *pad = zalloc(sizeof(*pad));
        unsigned given = FILTER_CMD_OPT_GIVEN(AMP, AMP, fn->lpr);
        uint32_t amp_arg = FILTER_CMD_OPT_UINT32_VAL(AMP, AMP, fn->lpr);