Open maestrosoft opened 1 month ago
In function:
IPXACTReader::parseRegister(const pugi::xml_node& elem, Component& component, bool update)
It seems to me that:
dimensions = new Number(current.child_value());
is never destroyed!
You're correct. Feel free to submit a patch.
In function:
IPXACTReader::parseRegister(const pugi::xml_node& elem, Component& component, bool update)
It seems to me that:
dimensions = new Number(current.child_value());
is never destroyed!