Fix ASAN bot; missing bookkeeping in r240136.

llvm-svn: 240139
This commit is contained in:
Marshall Clow 2015-06-19 17:13:59 +00:00
parent 86f422e1aa
commit 79336aa3a4
1 changed files with 1 additions and 0 deletions

View File

@ -4076,6 +4076,7 @@ private:
{
__e->__weak_this_.__ptr_ = const_cast<_Yp*>(static_cast<const _Yp*>(__e));
__e->__weak_this_.__cntrl_ = __cntrl_;
      __cntrl_->__add_weak();
}
}