summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-07-24 21:39:49 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-07-24 21:39:49 (GMT)
commit66a9664765c265b091ec09d7784a08879616e941 (patch)
tree513e4679e4572f660b1d4f5de1ad4122648a54f0 /testpar
parent266e5feddfefc583413ac82a9de1a9941f2ddaba (diff)
downloadhdf5-66a9664765c265b091ec09d7784a08879616e941.zip
hdf5-66a9664765c265b091ec09d7784a08879616e941.tar.gz
hdf5-66a9664765c265b091ec09d7784a08879616e941.tar.bz2
[svn-r27429] merge 27427 from trunk:
- free comm keyval after setting atribute on comm_self - free allocated buffer in t_file_image test tested on jam with parallel.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_file_image.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/t_file_image.c b/testpar/t_file_image.c
index 544ba32..a2246b6 100644
--- a/testpar/t_file_image.c
+++ b/testpar/t_file_image.c
@@ -241,6 +241,9 @@ file_image_daisy_chain_test(void)
vector_ok = FALSE;
VRFY((vector_ok), "verified received vector.");
+ HDfree(vector_ptr);
+ vector_ptr = NULL;
+
/* 7) closes the core file and exit. */
err = H5Sclose(space_id);