summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-07-23 15:03:43 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-07-23 15:03:43 (GMT)
commit81d3377737c866deb77628b1b9e89e1fc675724a (patch)
tree4258d0a858a811a9ca3b577c155be37e9857fa76 /testpar
parentf550bc0cea1da09002118fe8dc4455b18fc26717 (diff)
downloadhdf5-81d3377737c866deb77628b1b9e89e1fc675724a.zip
hdf5-81d3377737c866deb77628b1b9e89e1fc675724a.tar.gz
hdf5-81d3377737c866deb77628b1b9e89e1fc675724a.tar.bz2
[svn-r27427] - 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);