[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27689] branches/render25/source/blender/ blenloader/intern/readfile.c: fix for crash on loading some files with composite nodes.
Campbell Barton
ideasman42 at gmail.com
Tue Mar 23 17:04:41 CET 2010
Revision: 27689
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27689
Author: campbellbarton
Date: 2010-03-23 17:04:33 +0100 (Tue, 23 Mar 2010)
Log Message:
-----------
fix for crash on loading some files with composite nodes.
Modified Paths:
--------------
branches/render25/source/blender/blenloader/intern/readfile.c
Modified: branches/render25/source/blender/blenloader/intern/readfile.c
===================================================================
--- branches/render25/source/blender/blenloader/intern/readfile.c 2010-03-23 15:34:07 UTC (rev 27688)
+++ branches/render25/source/blender/blenloader/intern/readfile.c 2010-03-23 16:04:33 UTC (rev 27689)
@@ -1516,6 +1516,7 @@
for(a=0; a<CM_TOT; a++) {
cumap->cm[a].curve= newdataadr(fd, cumap->cm[a].curve);
cumap->cm[a].table= NULL;
+ cumap->cm[a].premultable= NULL;
}
}
More information about the Bf-blender-cvs
mailing list