fix filter structure leak (ITS#4794)

This commit is contained in:
Pierangelo Masarati 2006-12-28 10:32:46 +00:00
parent d0467a5961
commit bd33fc8678

View file

@ -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;
}