X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp3dec_filter.c;h=9403a71d59907e2d4d91eeb6b9d5f2a32139438b;hb=26a032fffa6c6e6f092ed3d14c2b5f08e5c736d6;hp=69112c76c6fe49dffd78917b804e1e2b8f41daa2;hpb=610cb53b94af8e95326cd44b7845f35cffdb6bf3;p=paraslash.git diff --git a/mp3dec_filter.c b/mp3dec_filter.c index 69112c76..9403a71d 100644 --- a/mp3dec_filter.c +++ b/mp3dec_filter.c @@ -166,7 +166,7 @@ err: static void mp3dec_open(struct filter_node *fn) { - struct private_mp3dec_data *pmd = para_calloc(sizeof(*pmd)); + struct private_mp3dec_data *pmd = zalloc(sizeof(*pmd)); fn->private_data = pmd; mad_stream_init(&pmd->stream);