more about rewrite leaks

This commit is contained in:
Pierangelo Masarati 2005-07-19 14:24:26 +00:00
parent efe74fbae0
commit 882f43bf01
2 changed files with 6 additions and 0 deletions

View file

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

View file

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