764765766767768769770771772773774
{ InstanceRef ref = m_context.findInstanceRef(instance.getLazyMetaclass(), instance.getOID()); if (ref != null) { Lock lock = ref.unlink(this); if (lock != null) { removeLock(lock); }