aboutsummaryrefslogtreecommitdiff
path: root/tests/tst-pam_mkargv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst-pam_mkargv.c')
-rw-r--r--tests/tst-pam_mkargv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tst-pam_mkargv.c b/tests/tst-pam_mkargv.c
index cb005e5f..25d07cc4 100644
--- a/tests/tst-pam_mkargv.c
+++ b/tests/tst-pam_mkargv.c
@@ -6,9 +6,7 @@
the Free Software Foundation in version 2 of the License.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include <stdio.h>
#include <string.h>
@@ -50,5 +48,7 @@ int main(void)
return 1;
}
+ free(myargv);
+
return 0;
}