Blender Git Commit Log

Git Commits -> Revision 9d67a59

Revision 9d67a59 by Ton Roosendaal (master)
October 24, 2006, 15:17 (GMT)
Irregular shadow fix: the MemArena module didn't give callocs, only malloc.
Made nice crashes that way... but not in !@%@$ OSX because it seems to
clear memory unwanted. Solve dit with adding API call in MemArena to default
to callocs.

Also removed malloc() from MemArena, replaced with MEM_mallocN().

Commit Details:

Full Hash: 9d67a597bc2bff427c958e013d83f763386223f7
SVN Revision: 8669
Parent Commit: da12c95
Lines Changed: +17, -3

4 Modified Paths:

/source/blender/blenlib/BLI_memarena.h (+2, -0) (Diff)
/source/blender/blenlib/intern/BLI_memarena.c (+12, -2) (Diff)
/source/blender/render/intern/source/shadbuf.c (+2, -0) (Diff)
/source/blender/src/buttons_shading.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021