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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tst-pam_mkargv.c b/tests/tst-pam_mkargv.c
index cb005e5f..17a5a854 100644
--- a/tests/tst-pam_mkargv.c
+++ b/tests/tst-pam_mkargv.c
@@ -50,5 +50,7 @@ int main(void)
return 1;
}
+ free(myargv);
+
return 0;
}