LAPTOP-SNT8I5JK\Boounion
2025-09-11 dbd827b7c69bedfb1ae72442f5d68ba2cbe070a4
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();