X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/35d30aa38d4c9a2af028fd93adcebc6dba3a9a84..5f37eb107bd4370ee0ed1c1c185abb06ee873ac2:/transform-eax.c 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;