mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
more about rewrite leaks
This commit is contained in:
parent
efe74fbae0
commit
882f43bf01
2 changed files with 6 additions and 0 deletions
|
|
@ -276,6 +276,8 @@ retry_lock:;
|
|||
msc->msc_ld = NULL;
|
||||
msc->msc_bound = 0;
|
||||
|
||||
( void )rewrite_session_delete( mt->mt_rwmap.rwm_rw, op->o_conn );
|
||||
|
||||
/* mc here must be the regular mc,
|
||||
* reset and ready for init */
|
||||
rc = meta_back_init_one_conn( op, rs,
|
||||
|
|
@ -449,6 +451,8 @@ retry_lock:;
|
|||
msc->msc_ld = NULL;
|
||||
msc->msc_bound = 0;
|
||||
|
||||
( void )rewrite_session_delete( mt->mt_rwmap.rwm_rw, op->o_conn );
|
||||
|
||||
/* mc here must be the regular mc,
|
||||
* reset and ready for init */
|
||||
rc = meta_back_init_one_conn( op, rs,
|
||||
|
|
|
|||
|
|
@ -431,6 +431,8 @@ retry_lock:;
|
|||
msc->msc_ld = NULL;
|
||||
msc->msc_bound = 0;
|
||||
|
||||
( void )rewrite_session_delete( mt->mt_rwmap.rwm_rw, op->o_conn );
|
||||
|
||||
/* mc here must be the regular mc, reset and ready for init */
|
||||
rc = meta_back_init_one_conn( op, rs, mt, msc, sendok );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue