Skip to content
Snippets Groups Projects
Commit bd33fc86 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix filter structure leak (ITS#4794)

parent d0467a59
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment