From c5b1095b6d8af68e40883ebc28c30407ddb7140e Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sun, 10 Apr 2005 22:12:31 +0000 Subject: 2005-04-11 Marcus Brinkmann * simple-pwquery.c (simple_pwquery): Use spwq_secure_free. --- common/simple-pwquery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/simple-pwquery.c') diff --git a/common/simple-pwquery.c b/common/simple-pwquery.c index 37a45816c..8a027e799 100644 --- a/common/simple-pwquery.c +++ b/common/simple-pwquery.c @@ -541,7 +541,7 @@ simple_pwquery (const char *cacheid, if (fd != -1) close (fd); if (pw) - spwq_free (pw); + spwq_secure_free (pw); return result; } -- cgit v1.2.3