-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
free() is used in these 3 places and it only crashes on Windows.
I don't know how to debug this, so I've disabled the calls for the time being.
This may lead to minor memory leaks but at least it won't crash.
| if (IS_UNIX) free(string); |
| if (IS_UNIX) free(ranges); |
| if (IS_UNIX) free(ranges); |
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed