Merge pull request #1664 from erwincoumans/master
PyBullet: fix some memory leaks
This commit is contained in:
@@ -3551,6 +3551,7 @@ static PyObject* pybullet_getJointStates(PyObject* self, PyObject* args, PyObjec
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
Py_DECREF(jointIndicesSeq);
|
||||
return resultListJointState;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user