LAPTOP-SNT8I5JK\Boounion
2025-04-25 a8ce9111f9f907afd921609d1828744cead9bd52
SourceCode/Bond/Servo/CAttributeVector.cpp
@@ -10,7 +10,10 @@
   CAttributeVector::~CAttributeVector()
   {
      for (auto item : m_attributes) {
         delete item;
      }
      m_attributes.clear();
   }
   void CAttributeVector::addAttribute(CAttribute* pAttribute)