X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=aac_afh.c;h=c4301a2f178257b19d56b3cf297da3e1eaff337c;hb=81bc7110ff6a4c2d002618b94fcf5aa60cd4cad2;hp=79fa30ddc2f794f5c586c28b2823c7fce26dd9b8;hpb=4314f515abc204cc1696427f34aa9822d1a7150b;p=paraslash.git diff --git a/aac_afh.c b/aac_afh.c index 79fa30dd..c4301a2f 100644 --- a/aac_afh.c +++ b/aac_afh.c @@ -59,7 +59,7 @@ static off_t aac_afh_seek_cb(void *user_data, off_t offset, int whence) static int aac_afh_open(const void *map, size_t mapsize, void **afh_context) { int ret; - struct aac_afh_context *c = para_malloc(sizeof(*c)); + struct aac_afh_context *c = alloc(sizeof(*c)); c->map = map; c->mapsize = mapsize;