mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Use sl_mfunc instead of direct reference to slap_sl_free
This commit is contained in:
parent
07dc23f5ee
commit
fbe532b099
@ -169,7 +169,7 @@ static int test_mra_filter(
|
|||||||
|
|
||||||
if ( op == NULL ) {
|
if ( op == NULL ) {
|
||||||
memctx = NULL;
|
memctx = NULL;
|
||||||
memfree = slap_sl_free;
|
memfree = slap_sl_mfuncs.bmf_free;
|
||||||
} else {
|
} else {
|
||||||
memctx = op->o_tmpmemctx;
|
memctx = op->o_tmpmemctx;
|
||||||
memfree = op->o_tmpfree;
|
memfree = op->o_tmpfree;
|
||||||
|
Loading…
Reference in New Issue
Block a user