Skip to content
Snippets Groups Projects
Commit 8d916839 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Use sl_mfunc instead of direct reference to slap_sl_free

parent 2ced451d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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