ITS#7928 fix syncprov abandon cleanup

This commit is contained in:
Howard Chu 2014-08-29 02:19:35 +01:00
parent 9a8cb6091a
commit 92c7a89130

View File

@ -1114,7 +1114,7 @@ syncprov_ab_cleanup( Operation *op, SlapReply *rs )
{
slap_callback *sc = op->o_callback;
op->o_callback = sc->sc_next;
syncprov_drop_psearch( op->o_callback->sc_private, 0 );
syncprov_drop_psearch( sc->sc_private, 0 );
op->o_tmpfree( sc, op->o_tmpmemctx );
return 0;
}