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>2019-11-20 21:53:46 (GMT)
commit559bcaf57089ca48b09d9f12ce0d6d842c56c56b (patch)
treeabe7e49adcd1bdcfa0386f27dbda5e5f07f1c5e9 /test/tid.c
parent29561bac95ad5af985afe55ba7653d1b15399650 (diff)
downloadhdf5-559bcaf57089ca48b09d9f12ce0d6d842c56c56b.zip
hdf5-559bcaf57089ca48b09d9f12ce0d6d842c56c56b.tar.gz
hdf5-559bcaf57089ca48b09d9f12ce0d6d842c56c56b.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;
}