Remove unnecessary free(string) from EXAMPLES.
Reported by: se
This commit is contained in:
parent
9583c91d70
commit
1270df8d9c
@ -91,7 +91,6 @@ if (string != NULL)
|
||||
printf("%s\en", token);
|
||||
|
||||
free(tofree);
|
||||
free(string);
|
||||
.Ed
|
||||
.Pp
|
||||
The following uses
|
||||
|
Loading…
x
Reference in New Issue
Block a user