Removed a m.cm leaked from meshlab here.

Thanks to Alain Boyer for the kind bug submission!
This commit is contained in:
Paolo Cignoni 2008-06-29 22:56:08 +00:00
parent 700b8cd26e
commit 3c81fe2f0e
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class Stat
}
}
VertexIterator vi;
for(vi = m.cm.vert.begin(); vi != m.cm.vert.end(); ++vi)
for(vi = m.vert.begin(); vi != m.vert.end(); ++vi)
(*vi).ClearS();
return 0;
}