Fix memory leak in AC_FUNC_MMAP
commit09b6e78d1592ce10fdc975025d699ee41444aa3f
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 Feb 2016 05:06:20 +0000 (5 21:06 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 Feb 2016 05:06:45 +0000 (5 21:06 -0800)
tree1c543edae05f2689dd2b531195319358c05e1eb1
parent5483deb8ae9a6265ce3af0f4c5c574d44cafbcf5
Fix memory leak in AC_FUNC_MMAP

* lib/autoconf/functions.m4 (AC_FUNC_MMAP): Fix memory leak
in test case, found by configuring with gcc -fsanitize=address.
lib/autoconf/functions.m4