Quick question: do I have to / how do I release memory from this allocation of memory?
unsigned char *uString = new unsigned char[4096]();
And if