Remove unnecessary free(string) from EXAMPLES.

Reported by:	se
This commit is contained in:
araujo 2018-05-28 06:01:02 +00:00
parent 9583c91d70
commit 1270df8d9c

View File

@ -91,7 +91,6 @@ if (string != NULL)
printf("%s\en", token);
free(tofree);
free(string);
.Ed
.Pp
The following uses