]> Savannah Git Hosting - gnulib.git/commit
regex: Avoid wrong configure results with "clang -fsanitize=leak".
authorBruno Haible <bruno@clisp.org>
Thu, 21 May 2020 18:28:56 +0000 (20:28 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 21 May 2020 18:28:56 +0000 (20:28 +0200)
commit4bdc7625f7f87a24b2c6b8551899df10bb00ffca
tree3a4b5fad2de26f36bff135f79dffca8fc4fb5050
parent02142482c1a73567a53043a0f458380fd7c9be09
regex: Avoid wrong configure results with "clang -fsanitize=leak".

Reported by Tim Rühsen in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00207.html>.

* m4/regex.m4 (gl_REGEX): Free compiled regexes and allocated registers
before returning with status 0.
ChangeLog
m4/regex.m4