diff options
author | David Young <dyoung@hdfgroup.org> | 2019-11-20 21:53:46 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:19:37 (GMT) |
commit | a7c153fff17ccc031867d0af5213d82643c4e337 (patch) | |
tree | 59a2915b062311af73b18256a1f989dda1a00543 /test | |
parent | 312496013efb9c0c2905a484bafd74608aca3d35 (diff) | |
download | hdf5-a7c153fff17ccc031867d0af5213d82643c4e337.zip hdf5-a7c153fff17ccc031867d0af5213d82643c4e337.tar.gz hdf5-a7c153fff17ccc031867d0af5213d82643c4e337.tar.bz2 |
free -> HDfree
Diffstat (limited to 'test')
-rw-r--r-- | test/tid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ static herr_t free_wrapper(void *p) { - free(p); + HDfree(p); return SUCCEED; } |