mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r23320] Close resources, found from valgrind testing
Tested: local linux
This commit is contained in:
parent
fbf49aeddf
commit
00eea738d6
@ -1280,6 +1280,9 @@ static void size2_verify_plist1(hid_t plist)
|
||||
|
||||
ret = memcmp(&fill1, &fill1_correct, sizeof(fill1_correct));
|
||||
VERIFY(ret, 0, memcmp);
|
||||
|
||||
ret = H5Tclose(dtype1_id);
|
||||
CHECK_I(ret, "H5Tclose");
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
@ -1348,6 +1351,9 @@ static void size2_verify_plist2(hid_t plist)
|
||||
|
||||
ret = HDmemcmp(&fill2, &fill2_correct, (size_t)DTYPE2_SIZE);
|
||||
VERIFY(ret, 0, memcmp);
|
||||
|
||||
ret = H5Tclose(dtype2_id);
|
||||
CHECK_I(ret, "H5Tclose");
|
||||
}
|
||||
|
||||
#ifdef NOT_NOW
|
||||
|
Loading…
x
Reference in New Issue
Block a user