Blender Git Loki
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