X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=spxdec_filter.c;h=18b50267af27ec26fc0fe3a09cb8a6a9425d4e9b;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hp=1a4fe9a716ce0419b813ce269f8b2cd8c4d7cfc9;hpb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;p=paraslash.git diff --git a/spxdec_filter.c b/spxdec_filter.c index 1a4fe9a7..18b50267 100644 --- a/spxdec_filter.c +++ b/spxdec_filter.c @@ -81,7 +81,7 @@ struct private_spxdec_data { static void spxdec_open(struct filter_node *fn) { - struct private_spxdec_data *psd = para_calloc(sizeof(*psd)); + struct private_spxdec_data *psd = zalloc(sizeof(*psd)); fn->private_data = psd; fn->min_iqs = 200;