-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Line 228 in bbf8f66
| (*argv)[*argc] = NULL;/*XXX*/ |
This will leak memory, since the free() will not free the NULL-ed pointer of the last argv[argc].
I'm not sure this line is needed at all.
Thanks for the library!
Metadata
Metadata
Assignees
Labels
No labels