Use sl_mfunc instead of direct reference to slap_sl_free

This commit is contained in:
Howard Chu 2009-11-15 19:13:51 +00:00
parent 07dc23f5ee
commit fbe532b099

View File

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