Details
-
Bug
-
Resolution: Gone away
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
getOwned() here does nothing to the object being called.
It only returns a new copy.
it is unproper used, and may lead to bad memory reference.
Perhaps metadata->_keyPattern = this->_keyPattern.getOwned() is what you need.