]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/sasl.c
Added bdb_attribute and bdb_group ACL support routines
[openldap] / servers / slapd / sasl.c
index e41c28d2bf33da106443d37c76e141f8d188518c..f2907b47dba732148b447c182ab4cc2d8a413d70 100644 (file)
@@ -713,6 +713,10 @@ int slap_sasl_bind(
                        NULL, errstr, NULL, NULL );
        }
 
+       if( response.bv_len ) {
+               ch_free( response.bv_val );
+       }
+
 #ifdef NEW_LOGGING
        LDAP_LOG(( "sasl", LDAP_LEVEL_ENTRY,
                   "slap_sasl_bind: rc=%d\n", rc ));