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
As noted by Dennis recently, the error handling in the netCDF-4 code is not always consistent.
After splitting the HDF5 code out, I will take a pass and clean up error handling everywhere.
Specifically, wherever we have resources to free, we should use the BAIL macro, or one of it's cousins, to ensure that resource get freed under all conditions.
The text was updated successfully, but these errors were encountered:
As noted by Dennis recently, the error handling in the netCDF-4 code is not always consistent.
After splitting the HDF5 code out, I will take a pass and clean up error handling everywhere.
Specifically, wherever we have resources to free, we should use the BAIL macro, or one of it's cousins, to ensure that resource get freed under all conditions.
The text was updated successfully, but these errors were encountered: