Remove unnecessary free(string) from EXAMPLES.

Reported by:	se
This commit is contained in:
Marcelo Araujo 2018-05-28 06:01:02 +00:00
parent 4bee02ad1b
commit 7e3d9013f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334276

View File

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