summaryrefslogtreecommitdiffstats
path: root/test/tid.c
diff options
context:
space:
mode:
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 ba8af03..8a27c3b 100644
--- a/test/tid.c
+++ b/test/tid.c
@@ -324,7 +324,7 @@ static int id_predefined_test(void )
out:
if(typeID != H5I_INVALID_HID)
H5Tclose(typeID);
- if(testObj != NULL)
+ if(testObj != NULL)
HDfree(testObj);
return -1;