summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_bigset_writer.c
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2021-08-27 16:21:08 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2021-08-27 16:21:08 (GMT)
commit5de1b14ed80c9e4543620735bb87576ff50418b7 (patch)
tree329e970d2159d64ba23abef60f1a4703cd0f464b /test/vfd_swmr_bigset_writer.c
parent0bfc2b7f707f4f272e9a67c031ea96b9e7b63247 (diff)
parent0aa6a8d33d3758f165ff3e0fb7a86e8d9ca80c10 (diff)
downloadhdf5-5de1b14ed80c9e4543620735bb87576ff50418b7.zip
hdf5-5de1b14ed80c9e4543620735bb87576ff50418b7.tar.gz
hdf5-5de1b14ed80c9e4543620735bb87576ff50418b7.tar.bz2
Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into raylu_bigset_test
Diffstat (limited to 'test/vfd_swmr_bigset_writer.c')
-rw-r--r--test/vfd_swmr_bigset_writer.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/vfd_swmr_bigset_writer.c b/test/vfd_swmr_bigset_writer.c
index 9c05fa6..61d552e 100644
--- a/test/vfd_swmr_bigset_writer.c
+++ b/test/vfd_swmr_bigset_writer.c
@@ -2259,6 +2259,11 @@ main(int argc, char **argv)
HDfree(mat);
+ if (s.dataset)
+ HDfree(s.dataset);
+ if (s.sources)
+ HDfree(s.sources);
+
return EXIT_SUCCESS;
error: