Removed a m.cm leaked from meshlab here.
Thanks to Alain Boyer for the kind bug submission!
This commit is contained in:
parent
700b8cd26e
commit
3c81fe2f0e
|
@ -161,7 +161,7 @@ class Stat
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
VertexIterator vi;
|
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();
|
(*vi).ClearS();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue