mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#9409 saslauthz: use ch_free on normalized DN
This commit is contained in:
parent
a11b719c96
commit
0e09c857b6
1 changed files with 1 additions and 1 deletions
|
|
@ -858,7 +858,7 @@ done:
|
|||
|
||||
if ( lud_dn ) {
|
||||
if ( ludp->lud_dn != lud_dn ) {
|
||||
ber_memfree( ludp->lud_dn );
|
||||
ch_free( ludp->lud_dn );
|
||||
}
|
||||
ludp->lud_dn = lud_dn;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue