Blender Git Commit Log
Git Commits -> Revision f5e020a
Revision f5e020a by Campbell Barton (master) July 14, 2016, 07:30 (GMT) |
PyAPI: fix memory leaks in dictionary assignment Thanks to K�vin Dietrich for spotting driver leak, checked other uses of PyDict_SetItem and found more. |
Commit Details:
Full Hash: f5e020a7a6ad6451fcaf075ae14f7014b8a4faea
Parent Commit: cca57bf
Lines Changed: +61, -27
7 Modified Paths:
/source/blender/python/generic/py_capi_utils.c (+1, -0) (Diff)
/source/blender/python/intern/bpy_app.c (+4, -4) (Diff)
/source/blender/python/intern/bpy_driver.c (+7, -2) (Diff)
/source/blender/python/intern/bpy_library_load.c (+7, -2) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.cpp (+3, -1) (Diff)
/source/gameengine/GameLogic/SCA_PythonKeyboard.cpp (+18, -8) (Diff)
/source/gameengine/GameLogic/SCA_PythonMouse.cpp (+21, -10) (Diff)
/source/blender/python/intern/bpy_app.c (+4, -4) (Diff)
/source/blender/python/intern/bpy_driver.c (+7, -2) (Diff)
/source/blender/python/intern/bpy_library_load.c (+7, -2) (Diff)
/source/gameengine/GameLogic/SCA_PythonController.cpp (+3, -1) (Diff)
/source/gameengine/GameLogic/SCA_PythonKeyboard.cpp (+18, -8) (Diff)
/source/gameengine/GameLogic/SCA_PythonMouse.cpp (+21, -10) (Diff)