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;


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to