Blender Git Commit Log

Git Commits -> Revision 06b432d

Revision 06b432d by Campbell Barton (master)
February 8, 2006, 12:52 (GMT)
Changed MEM_freeN(nu->knotsu);
to..
if (nu->knotsu) MEM_freeN(nu->knotsu);
Python created curves have nu->knotsu set to zero and was throwing.
Memoryblock free: attempt to free NULL pointer

Commit Details:

Full Hash: 06b432dfa454b41c4a1daaf76483ea049ebe1443
SVN Revision: 6753
Parent Commit: f5a22bc
Lines Changed: +1, -1

1 Modified Path:

/source/blender/src/editcurve.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021