R3StrFree
void R3StrFree(char *s);
s - string allocated using R3StrDup().
-
Frees the memory allocated by R3StrDup().