* Fix to a memory leak in CM_ValidateFacet

This commit is contained in:
Tim Angus 2006-01-27 18:14:01 +00:00
parent b90f0825bf
commit ab29f29495
2 changed files with 2 additions and 1 deletions

View file

@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// counters are only bumped when running single threaded,
// because they are an awefull coherence problem
// because they are an awful coherence problem
int c_active_windings;
int c_peak_windings;
int c_winding_allocs;