X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=opusdec_filter.c;fp=opusdec_filter.c;h=942cce37fc5de28676cb2b099b397c39b3f74da0;hp=7878b422ad4bb65a584039be38d10bcfd67a36b0;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hpb=610cb53b94af8e95326cd44b7845f35cffdb6bf3 diff --git a/opusdec_filter.c b/opusdec_filter.c index 7878b422..942cce37 100644 --- a/opusdec_filter.c +++ b/opusdec_filter.c @@ -86,7 +86,7 @@ static int opusdec_execute(struct btr_node *btrn, const char *cmd, static void opusdec_open(struct filter_node *fn) { - struct opusdec_context *ctx = para_calloc(sizeof(*ctx)); + struct opusdec_context *ctx = zalloc(sizeof(*ctx)); ogg_sync_init(&ctx->oy); fn->private_data = ctx;