From a77a549b66560a7b4fcb5fc9941345fb2570febf Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Tue, 17 Mar 2009 18:25:40 +0000
Subject: [PATCH] ITS#6014

---
 CHANGES                | 1 +
 clients/tools/common.c | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/CHANGES b/CHANGES
index 88a843200b..153b3cf038 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,7 @@ OpenLDAP 2.4.16 Engineering
 	Fixed slapo-syncprov multiple CSN propagation (ITS#5973)
 	Fixed slapo-syncprov sending cookies without CSN (ITS#6024)
 	Fixed slapo-syncprov skipped entries with MMR (ITS#5988)
+	Fixed tools passphrase free (ITS#6014)
 	Build Environment
 		Cleaned up alloc/free functions for Windows (ITS#6005)
 		Fixed running of autosave files in testsuite (ITS#6026)
diff --git a/clients/tools/common.c b/clients/tools/common.c
index 08d36118de..0ad5809a3e 100644
--- a/clients/tools/common.c
+++ b/clients/tools/common.c
@@ -255,9 +255,11 @@ tool_destroy( void )
 		ber_memfree( binddn );
 	}
 
+#if 0	/* not yet */
 	if ( passwd.bv_val != NULL ) {
 		ber_memfree( passwd.bv_val );
 	}
+#endif
 }
 
 void
-- 
GitLab