Plug memory leak

This commit is contained in:
Howard Chu 2002-12-18 22:44:13 +00:00
parent 5e343548ab
commit 4e4818771c

View file

@ -588,6 +588,7 @@ void slap_sasl2dn( Connection *conn,
}
rc = slap_parseURI( &regout, &dn, &scope, &filter );
if( regout.bv_val ) ch_free( regout.bv_val );
if( rc != LDAP_SUCCESS ) {
goto FINISHED;
}