Update gnulib to current trunk
[deliverable/binutils-gdb.git] / gnulib / import / m4 / glob.m4
index dbd09e8fcf393bbe3b9a9ce7ef5954edda3064fe..d4cd03fc1848a6dfa30f4c72c4aaf1f79d800f37 100644 (file)
@@ -1,4 +1,4 @@
-# glob.m4 serial 23
+# glob.m4 serial 24
 dnl Copyright (C) 2005-2007, 2009-2020 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -47,6 +47,7 @@ char a[_GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2 ? 1
                   [[glob_t found;
                     if (glob ("conf*-globtest", 0, NULL, &found) == GLOB_NOMATCH)
                       return 1;
+                    globfree (&found);
                   ]])],
                [gl_cv_glob_lists_symlinks=yes],
                [gl_cv_glob_lists_symlinks=no],
This page took 0.025162 seconds and 4 git commands to generate.