ITS#9409 saslauthz: use slap_sl_free in prev commit

This commit is contained in:
Howard Chu 2020-11-30 16:20:18 +00:00
parent 0e09c857b6
commit b1c1a5eb51

View File

@ -858,7 +858,7 @@ done:
if ( lud_dn ) {
if ( ludp->lud_dn != lud_dn ) {
ch_free( ludp->lud_dn );
slap_sl_free( ludp->lud_dn, ctx );
}
ludp->lud_dn = lud_dn;
}