Files
test/source
Mitchell Stokes 60c8c130fe BGE cleanup: KX_GameObject::GetParent() no longer increases the object's refcount.
I'm not sure why this function ever increased the object's refcount. Any
place in the code that calls KX_GameObject::GetParent() has to turn
around and call parent->Release(). Forgetting to call Release() was a
common cause of memory leaks (in fact, KX_SteeringActuator was probably
leaking). If the refcount needs to be increased, the calling code can
handle calling AddRef().
2014-04-30 18:53:32 -07:00
..
2014-05-01 02:12:02 +03:00
2014-04-21 10:19:13 +02:00
2012-12-17 08:01:43 +00:00
2012-12-17 08:01:43 +00:00