]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldap/unbind.c
Silence a warning about ldap_debug
[openldap] / servers / slapd / back-ldap / unbind.c
index 80b3981867da1a88903552decd632f19c5eaa7f5..a0b11f40a498b0f47cb1a39d3f445d50603ba736 100644 (file)
@@ -1,7 +1,7 @@
 /* unbind.c - ldap backend unbind function */
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /* This is an altered version */
@@ -88,10 +88,10 @@ ldap_back_conn_destroy(
                 * in a segmentation fault
                 */
                ldap_unbind(lc->ld);
-               if ( lc->bound_dn ) {
-                       free( lc->bound_dn );
+               if ( lc->bound_dn.bv_val ) {
+                       ch_free( lc->bound_dn.bv_val );
                }
-               free( lc );
+               ch_free( lc );
        }
 
        /* no response to unbind */