diff options
author | David Young <dyoung@hdfgroup.org> | 2019-11-20 21:53:46 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-11-20 21:53:46 (GMT) |
commit | 559bcaf57089ca48b09d9f12ce0d6d842c56c56b (patch) | |
tree | abe7e49adcd1bdcfa0386f27dbda5e5f07f1c5e9 | |
parent | 29561bac95ad5af985afe55ba7653d1b15399650 (diff) | |
download | hdf5-559bcaf57089ca48b09d9f12ce0d6d842c56c56b.zip hdf5-559bcaf57089ca48b09d9f12ce0d6d842c56c56b.tar.gz hdf5-559bcaf57089ca48b09d9f12ce0d6d842c56c56b.tar.bz2 |
free -> HDfree
-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; } |