mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Remove unnecessary free(string) from EXAMPLES.
Reported by: se
This commit is contained in:
parent
4bee02ad1b
commit
7e3d9013f2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334276
@ -91,7 +91,6 @@ if (string != NULL)
|
||||
printf("%s\en", token);
|
||||
|
||||
free(tofree);
|
||||
free(string);
|
||||
.Ed
|
||||
.Pp
|
||||
The following uses
|
||||
|
Loading…
Reference in New Issue
Block a user