]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/unbind.c
Add comments to UTF-8 declarations.
[openldap] / libraries / libldap / unbind.c
index 24c43b454caa95661c853fc8a7eb8bcdc1e44bc8..c4222fe4ab7e90978e3a44ee95c60fd9eff51688 100644 (file)
@@ -139,6 +139,12 @@ ldap_ld_free(
                ld->ld_options.ldo_tm_net = NULL;
        }
 
+#ifdef HAVE_CYRUS_SASL
+       if ( ld->ld_sasl_context != NULL ) {
+               sasl_dispose( &ld->ld_sasl_context );
+       }
+#endif 
+
        ber_pvt_sb_destroy( &(ld->ld_sb) );   
    
        LDAP_FREE( (char *) ld );