You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some non-standard libc's (such as on game SDKs or other embedded systems) do not do null checks before freeing memory. I think at least the free(ini->data) line in ini.c should have a check added there so there would not be a crash if a file is not found. Could this be done?
Thanks
The text was updated successfully, but these errors were encountered:
Some non-standard libc's (such as on game SDKs or other embedded systems) do not do null checks before freeing memory. I think at least the
free(ini->data)
line in ini.c should have a check added there so there would not be a crash if a file is not found. Could this be done?Thanks
The text was updated successfully, but these errors were encountered: