diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tst-pam_mkargv.c | 2 |
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; } |