LAPTOP-SNT8I5JK\Boounion
2025-09-11 6b96e32ce41d3ba54bcb7962683cbf8c440fe091
SourceCode/Bond/Servo/CEquipment.cpp
@@ -917,6 +917,8 @@
      ASSERT(pGlass);
      Lock();
      pGlass->addPath(m_nID, getSlotUnit(putSlot), putSlot);
      CGlass* pBuddy = pGlass->getBuddy();
      if (pBuddy != nullptr) pBuddy->addPath(m_nID, getSlotUnit(putSlot), putSlot);
      m_slot[putSlot - 1].setContext(pGlass);
      pGlass->release();            // tempFetchOut需要调用一次release
      Unlock();