From: Quanah Gibson-Mount Date: Tue, 17 Mar 2009 18:25:40 +0000 (+0000) Subject: ITS#6014 X-Git-Tag: OPENLDAP_REL_ENG_2_4_16~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a77a549b66560a7b4fcb5fc9941345fb2570febf;p=openldap ITS#6014 --- 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