mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
fix filter structure leak (ITS#4794)
This commit is contained in:
parent
d0467a5961
commit
bd33fc8678
1 changed files with 1 additions and 1 deletions
|
|
@ -1001,7 +1001,7 @@ get_simple_vrFilter(
|
|||
}
|
||||
|
||||
if ( err == LDAP_SUCCESS ) {
|
||||
*filt = ch_malloc( sizeof vrf );
|
||||
*filt = op->o_tmpalloc( sizeof vrf, op->o_tmpmemctx );
|
||||
**filt = vrf;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue