R3StrFree

FUNCTION:

R3StrFree

TEMPLATE:

void R3StrFree(char *s);

PARAMETERS:

s - string allocated using R3StrDup().

RETURN VALUE:

-

DESCRIPTION:

Frees the memory allocated by R3StrDup().