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 ad72aef..bc1aec0 100644
--- a/test/tid.c
+++ b/test/tid.c
@@ -26,7 +26,7 @@ static int basic_id_test(void)
{
H5I_type_t myType = H5I_BADID;
hid_t arrayID = H5I_INVALID_HID;
- void* testObj;
+ void* testObj = NULL;
void* testPtr = NULL;
char nameString[10];
hid_t testID;