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
OpenDataFiles() uses a filename variable to construct filenames, and this variable is initialized with a malloc(...) call. However, it is not freed when the function exits on failure.
The text was updated successfully, but these errors were encountered:
OpenDataFiles()
uses afilename
variable to construct filenames, and this variable is initialized with amalloc(...)
call. However, it is not freed when the function exits on failure.The text was updated successfully, but these errors were encountered: