Blender Git Commit Log

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

4 Modified Paths:

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