Fix memory leak in t_span_tree.c test

This commit is contained in:
Jordan Henderson
2020-04-09 14:23:50 -05:00
parent b27a20f8c0
commit e1508b7695

View File

@@ -866,6 +866,12 @@ coll_read_test(void)
}
VRFY((ret >= 0),"H5D contiguous irregular collective read succeed");
/*
* Free read buffers.
*/
HDfree(matrix_out);
HDfree(matrix_out1);
/*
* Close memory file and memory dataspaces.
*/