Why does delete [] crash in my destructor?I'm using JNI and SWIG, both those use C strings. Both are really C packages, with only partial C++ ...
Why does delete [] crash in my destructor?I have a member variable wchar_t * _message; This array is allocated in the constructor, _messa...
This user does not accept Private Messages