[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40330] branches/soc-2011-radish/source/ blender/editors/sculpt_paint/paint_vertex.c: error in last commit

Campbell Barton ideasman42 at gmail.com
Sun Sep 18 17:04:00 CEST 2011


Revision: 40330
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40330
Author:   campbellbarton
Date:     2011-09-18 15:03:59 +0000 (Sun, 18 Sep 2011)
Log Message:
-----------
error in last commit

Modified Paths:
--------------
    branches/soc-2011-radish/source/blender/editors/sculpt_paint/paint_vertex.c

Modified: branches/soc-2011-radish/source/blender/editors/sculpt_paint/paint_vertex.c
===================================================================
--- branches/soc-2011-radish/source/blender/editors/sculpt_paint/paint_vertex.c	2011-09-18 15:00:39 UTC (rev 40329)
+++ branches/soc-2011-radish/source/blender/editors/sculpt_paint/paint_vertex.c	2011-09-18 15:03:59 UTC (rev 40330)
@@ -1614,7 +1614,7 @@
 		oldChange = 0;
 	}
 	if(dv.dw) {
-		MEM_freeN`(dv.dw);
+		MEM_freeN(dv.dw);
 	}
 	// dvert may have been altered greatly
 	dw = defvert_find_index(me->dvert+index, vgroup);




More information about the Bf-blender-cvs mailing list