LAPTOP-SNT8I5JK\Boounion
2025-05-30 ebf96874b6a994e3b09b69f272416cb482cf25bb
SourceCode/Bond/Servo/CGlass.cpp
@@ -12,6 +12,11 @@
   CGlass::~CGlass()
   {
   }
   void CGlass::reset()
   {
      CPath* pPath = m_pPath;
      while (pPath != nullptr) {
         CPath* pTemp = pPath->getNext();
@@ -20,7 +25,7 @@
      }
      m_pPath = nullptr;
      if (m_pBuddy != nullptr   && m_type == MaterialsType::G1) {
      if (m_pBuddy != nullptr) {
         m_pBuddy->release();
      }
   }