HDFGroup / hdf4

Official HDF4 Library Repository
Other
12 stars 24 forks source link

Fix memory leak in ncdump #591

Closed derobins closed 5 months ago

derobins commented 5 months ago

ncdump is flagged by the gcc address sanitizer as having a small memory leak due to memory not being cleaned up before exiting.

It's been fixed to quiet the sanitizer output, but the ncdump program immediately exits after the ideal free location, so this isn't a problem for users.

Also quiets misc ncdump.c warnings.