Frees memory allocated by PL_strdup.Syntaxvoid PL_strfree(char *s); ParameterThe function has these parameter: s Pointer to the string to be freed.