[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15215] branches/apricot/source/blender/ src/meshtools.c: missing call to EM_free_index_arrays()

Campbell Barton ideasman42 at gmail.com
Fri Jun 13 14:54:55 CEST 2008


Revision: 15215
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15215
Author:   campbellbarton
Date:     2008-06-13 14:54:44 +0200 (Fri, 13 Jun 2008)

Log Message:
-----------
missing call to EM_free_index_arrays()

Modified Paths:
--------------
    branches/apricot/source/blender/src/meshtools.c

Modified: branches/apricot/source/blender/src/meshtools.c
===================================================================
--- branches/apricot/source/blender/src/meshtools.c	2008-06-13 12:33:35 UTC (rev 15214)
+++ branches/apricot/source/blender/src/meshtools.c	2008-06-13 12:54:44 UTC (rev 15215)
@@ -1002,6 +1002,9 @@
 				last= a;
 			}
 		}
+		if(ob==G.obedit) {
+			EM_free_index_arrays();
+		}
 		
 		MEM_freeN( MirrTopoPairs );
 		MirrTopoPairs = NULL;





More information about the Bf-blender-cvs mailing list