Created attachment 116653 [details] Suggested StructElement.cc patch. Global static const AttributeDefaults attributeDefaults; leaks it's objects. I've encountered it on windows but it should be anywhere as there's no destructor in Object. I'd suggest to add destructor to AttributeDefaults struct. As is in the patch attached.
Pushed, but you know this is a pedantic fix since it is just freeing a long lived object, right?
That makes cppunit complain about leaks and we'd much like to make it happy.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.