Fix a data structure integrity bug in VMethodInterposeLinkBase.

This causes assertion failure and abort later on.
develop
Alexander Gavrilov 2012-09-18 10:40:14 +04:00
parent 2c0a8a9544
commit be928a9dc5
1 changed files with 2 additions and 0 deletions

@ -438,6 +438,8 @@ void VMethodInterposeLinkBase::remove()
if (next)
prev->child_next.insert(next);
else
prev->child_hosts.insert(host);
}
}