Remove unnecessary free(string) from EXAMPLES.
Reported by: se
This commit is contained in:
parent
4bee02ad1b
commit
7e3d9013f2
@ -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