X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=site.c;h=94da06ccafd9b47f2e51d3e60e42589270a66b2d;hp=1c57a8a66b6296ca305b7efab2d4cf9035838c56;hb=f2d5f883b327692465b0eb77da48790d03253814;hpb=ac195dac910165a95e1f818f514952a724aa3af6 diff --git a/site.c b/site.c index 1c57a8a..94da06c 100644 --- a/site.c +++ b/site.c @@ -1927,7 +1927,7 @@ static list_t *site_apply(closure_t *self, struct cloc loc, dict_t *context, dict_t *dict; int i; - st=safe_malloc(sizeof(*st),"site_apply"); + NEW(st); st->cl.description="site"; st->cl.type=CL_SITE;