Blender Git Loki
Git Commits -> Revision 634fe56
Revision 634fe56 by Ton Roosendaal (master) January 18, 2007, 15:23 (GMT) |
Bugfix #5316 Order of freeing of Blender database is important, but the past year(s) new database entries were added in wrong places, so freeing could go in wrong order. In this case it was Groups being freed before Objects. But there are more errors... It only shows really in Windows, since it's the OS that is sensitive for writing data in freed memory. For other OSes it doesn't make Blender more stable, only mem-frees happened, no mem-allocs. |
Commit Details:
Full Hash: 634fe56fbeaf05d05de880ac8ae052bbeeb3077b
SVN Revision: 9823
Parent Commit: 53aabe9
Lines Changed: +14, -12
1 Modified Path:
/source/blender/blenkernel/intern/library.c (+14, -12) (Diff)