Fix CComponent::GetObjectResource
A raw pointer to an object was converted into a shared pointer and stored as member of an object instance. Eventually, the object was deleted twice. This behaviour has been resolved.
Showing
+10 -4
Please register or sign in to comment