void ReleaseString()

in native/api/exports.cpp [28:31]


void ReleaseString(char * error)
{
    delete [] error;
}