mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 01:02:53 -05:00
Use sl_mfunc instead of direct reference to slap_sl_free
This commit is contained in:
parent
07dc23f5ee
commit
fbe532b099
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ static int test_mra_filter(
|
|||
|
||||
if ( op == NULL ) {
|
||||
memctx = NULL;
|
||||
memfree = slap_sl_free;
|
||||
memfree = slap_sl_mfuncs.bmf_free;
|
||||
} else {
|
||||
memctx = op->o_tmpmemctx;
|
||||
memfree = op->o_tmpfree;
|
||||
|
|
|
|||
Loading…
Reference in a new issue