]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aac_afh.c
Merge topic branch t/overflow into master
[paraslash.git] / aac_afh.c
index 79fa30ddc2f794f5c586c28b2823c7fce26dd9b8..c4301a2f178257b19d56b3cf297da3e1eaff337c 100644 (file)
--- 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;