diff options
-rw-r--r-- | modules/pam_unix/support.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pam_unix/support.c b/modules/pam_unix/support.c index a4e24210..546ef820 100644 --- a/modules/pam_unix/support.c +++ b/modules/pam_unix/support.c @@ -489,6 +489,7 @@ int _unix_getpwnam(pam_handle_t *pamh, const char *name, } } + _pam_drop(buf); return matched; fail: _pam_drop(buf); |