Rtk 191

What does it means the error RTK 191 ?

I’ve got the exception on string with _adl_memRelease(0).

https://forum.sierrawireless.com/t/except-rtk-codes/4058/2

Thanks, but i use a function to release memory like this:

void ReleaseMemory(void * ptr)
{
if (ptr != NULL) adl_memRelease(ptr);
}

So it’s impossible to get adl_memRelease(0) by my code.