Blender Git Loki
Git Commits -> Revision a2a594f
Revision a2a594f by Campbell Barton (master) March 14, 2013, 19:40 (GMT) |
BLI_linklist_free() was incorrectly taking MEM_freeN() as an argument, evidentially this works on x86 - but could cause issues later on. add BLI_linklist_freeN() which MEM_freeN's each item. |
Commit Details:
Full Hash: a2a594fb3686921e3225a470bc96f61bc12287a8
SVN Revision: 55288
Parent Commit: 7626101
Lines Changed: +15, -2