X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=opus_afh.c;h=0a291bb16c18b6705b70ff0260e97b502068f500;hb=2391dbc88e15dd54207f289bb4fdbaf0e801b1ca;hp=dca6cfbad1ce3ff8cdf6d820b01bf33bf9a02110;hpb=25ca76ec354120efa561879f50c486340e14d0ca;p=paraslash.git diff --git a/opus_afh.c b/opus_afh.c index dca6cfba..0a291bb1 100644 --- a/opus_afh.c +++ b/opus_afh.c @@ -179,7 +179,7 @@ static size_t opus_make_meta_packet(struct taginfo *tags, char **result) } PARA_DEBUG_LOG("meta packet size: %zu bytes\n", sz); /* terminating zero byte for the last sprintf() */ - buf = p = para_malloc(sz + 1); + buf = p = alloc(sz + 1); memcpy(p, OPUS_COMMENT_HEADER, strlen(OPUS_COMMENT_HEADER)); p += strlen(OPUS_COMMENT_HEADER); write_u32(p, comment_sz);