Visit Mozilla.org

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.