void ReleaseString()
in
native/api/exports.cpp [28:31]
4
lines of code
1
McCabe index (conditional complexity)
void ReleaseString(char * error) { delete [] error; }