Blender Git Commit Log

Git Commits -> Revision 201689d

June 12, 2017, 07:32 (GMT)
Remove support of lnorspacearray in editmesh undo/redo, fix memleak.

Supporting lnorspacearray in undo/redo would require a deep copy of lnor
spaces, not only a shallow copy of top struct. And it would eat a fair
amount of memory, think we'd rather recompute those on undo for now!

Also, fixed memory leaked by not correctly freeing lnorspace array on
BMesh deletion.

Commit Details:

Full Hash: 201689daeb30448f0fa25d3561961b9a33bbf9a6
Parent Commit: 15279c0
Lines Changed: +5, -8

2 Modified Paths:

/source/blender/bmesh/intern/bmesh_mesh.c (+4, -1) (Diff)
/source/blender/editors/mesh/editmesh_undo.c (+1, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021