Blender Git Commit Log
Git Commits -> Revision 326255d
January 13, 2016, 10:02 (GMT) |
Fix a memleak of the return value user counter from mesh_ptr. The returned mesh_ptr result needs to be cleared to ensure the user counter is also freed. To avoid deleting the mesh data as well a new function 'reset' was added, which frees the user counter but only resets the data pointer without freeing it. |
Commit Details:
Full Hash: 326255d080cae6030f76a9f3f4ad686c1ead6b40
Parent Commit: 0937f5b
Lines Changed: +21, -2