Skip to content
Snippets Groups Projects
Commit a77a549b authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#6014

parent c1b07aa8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment