PL strfree
From MDC
< NSPR API Reference < String Operations
Frees memory allocated by PL_strdup.
[edit] Syntax
void PL_strfree(char *s);
[edit] Parameter
The function has these parameter:
s- Pointer to the string to be freed.
< NSPR API Reference < String Operations
Frees memory allocated by PL_strdup.
void PL_strfree(char *s);
The function has these parameter:
s