diff --git a/clients/tools/common.c b/clients/tools/common.c index 549a42536f..8c85af9d42 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -256,9 +256,11 @@ tool_destroy( void ) ber_memfree( binddn ); } +#if 0 /* not yet */ if ( passwd.bv_val != NULL ) { ber_memfree( passwd.bv_val ); } +#endif } void