summaryrefslogtreecommitdiffstats
path: root/test/tid.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-20 21:53:46 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:19:37 (GMT)
commita7c153fff17ccc031867d0af5213d82643c4e337 (patch)
tree59a2915b062311af73b18256a1f989dda1a00543 /test/tid.c
parent312496013efb9c0c2905a484bafd74608aca3d35 (diff)
downloadhdf5-a7c153fff17ccc031867d0af5213d82643c4e337.zip
hdf5-a7c153fff17ccc031867d0af5213d82643c4e337.tar.gz
hdf5-a7c153fff17ccc031867d0af5213d82643c4e337.tar.bz2
free -> HDfree
Diffstat (limited to 'test/tid.c')
-rw-r--r--test/tid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tid.c b/test/tid.c
index 2e8be0f..7a839d2 100644
--- a/test/tid.c
+++ b/test/tid.c
@@ -22,7 +22,7 @@
static herr_t
free_wrapper(void *p)
{
- free(p);
+ HDfree(p);
return SUCCEED;
}