X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=transform-eax.c;fp=transform-eax.c;h=906d2b30b6c6b15e7a6dcc6dd6feb33716e40ef1;hb=b7886fd46ab05c97b8a072e497903622bd1d5290;hp=d1ff1bedf2c7b7546c918b553fbf2a9d265fd1d3;hpb=8f828e0ffdab1adb6f28fd705c5830ef8f7ac2b4;p=secnet.git diff --git a/transform-eax.c b/transform-eax.c index d1ff1be..906d2b3 100644 --- a/transform-eax.c +++ b/transform-eax.c @@ -258,7 +258,7 @@ static list_t *transform_apply(closure_t *self, struct cloc loc, item_t *item; dict_t *dict; - st=safe_malloc(sizeof(*st),"eax-serpent"); + NEW(st); st->cl.description="eax-serpent"; st->cl.type=CL_TRANSFORM; st->cl.apply=NULL;