From: Alan T. DeKok Date: Mon, 16 May 2022 21:13:06 +0000 (-0400) Subject: add MEM. CID #1504430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a74f1908f9367bf9100cbeccca50ff9279c15bf;p=thirdparty%2Ffreeradius-server.git add MEM. CID #1504430 --- diff --git a/src/lib/unlang/xlat_tokenize.c b/src/lib/unlang/xlat_tokenize.c index a51250f3942..2c0b8ce7392 100644 --- a/src/lib/unlang/xlat_tokenize.c +++ b/src/lib/unlang/xlat_tokenize.c @@ -1886,7 +1886,7 @@ int xlat_copy(TALLOC_CTX *ctx, xlat_exp_head_t **out, xlat_exp_head_t const *in) return 0; } - head = xlat_exp_head_alloc(ctx); + MEM(head = xlat_exp_head_alloc(ctx)); head->flags = in->flags; /*