A
2009-02-03 10:18:47 UTC
That class has a character array in it.
In the deconstructor for that class, I delete[] that character array.
This delete line seems to give me an memory allocation error. I'm using conditional statements to ensure the array is not NULL when I use it. What else could cause it to crash?