]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add MEM. CID #1504430
authorAlan T. DeKok <aland@freeradius.org>
Mon, 16 May 2022 21:13:06 +0000 (17:13 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 16 May 2022 21:13:06 +0000 (17:13 -0400)
src/lib/unlang/xlat_tokenize.c

index a51250f394295538fcee24bfb66fe3927bb90577..2c0b8ce73925fb4c2b8568ef07c41569b108c01a 100644 (file)
@@ -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;
 
        /*