mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
fix previous commit
This commit is contained in:
parent
7a85e25402
commit
bac1aea2a5
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ finish:;
|
|||
|
||||
if ( rs->sr_matched != NULL ) {
|
||||
if ( rs->sr_matched != match.bv_val ) {
|
||||
ber_memfree_x( rs->sr_matched, op->o_tmpmemctx );
|
||||
ber_memfree_x( (char *)rs->sr_matched, op->o_tmpmemctx );
|
||||
|
||||
} else {
|
||||
LDAP_FREE( match.bv_val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue