[Part] - Fix memory leaks

This commit is contained in:
vosk
2021-01-26 17:00:08 +02:00
committed by wmayer
parent 92846ad0f1
commit 4bd5c2669d
3 changed files with 1 additions and 5 deletions

View File

@@ -226,7 +226,7 @@ void PropertyGeometryList::Restore(Base::XMLReader &reader)
reader.readEndElement("GeometryList");
// assignment
setValues(values);
setValues(std::move(values));
}
App::Property *PropertyGeometryList::Copy(void) const