On the pleasures of memory management
Error: Allocation from MMO_GroundClutter.cpp line 42 was allocated using new [] but was freed using delete; should have been delete []! I can’t say how proud I was to have had my memory management system be smart enough to print out such a cogent and useful error message. I’m less certain about how bright an idea…