- fix for crash in separate_mesh... thats some pretty nasty code

This commit is contained in:
2005-04-06 17:21:49 +00:00
parent 982cd94269
commit 17db0f5cd5

View File

@@ -1407,6 +1407,7 @@ void separate_mesh(void)
emcopy.allverts= NULL;
emcopy.alledges= NULL;
emcopy.allfaces= NULL;
emcopy.derived= NULL;
free_editMesh(&emcopy);
em->verts= edve;