macro: Fix memory leak with keyword "enclose" arguments.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Oct 2021 16:23:52 +0000 (09:23 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Oct 2021 16:23:52 +0000 (09:23 -0700)
The memory for the argument was being allocated two places, which caused
the first-allocated block to be leaked.

Found by Address Sanitizer.


No differences found