-
- Downloads
fix numerous memory leaks in the math types.
fixed bug: #1633 Memory leak in M_Mathutils_Vector The math types ( matrix, vector, quad ) now make copies of data passed to them rather than holding a pointer to memory that cannot be freed, or that may go away unexpectedly. This also clarifies the problem of who is responsible for freeing memory allocations. Pre-checkin files are tagged mem_leak-1 in case this breaks something.
Showing
- source/blender/python/api2_2x/Mathutils.c 116 additions, 40 deletionssource/blender/python/api2_2x/Mathutils.c
- source/blender/python/api2_2x/quat.c 43 additions, 16 deletionssource/blender/python/api2_2x/quat.c
- source/blender/python/api2_2x/vector.c 46 additions, 25 deletionssource/blender/python/api2_2x/vector.c
Loading
Please register or sign in to comment