mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
tst_virtual_datasets: add missing hdf5 close calls
This commit is contained in:
parent
1a7dd2332d
commit
89e656d7a5
@ -43,7 +43,9 @@ create_dataset_b() {
|
||||
H5DSset_scale(dset, VARIABLE_NAME);
|
||||
|
||||
H5Dclose(dset);
|
||||
H5Pclose(dcpl);
|
||||
H5Sclose(space);
|
||||
H5Sclose(src_space);
|
||||
H5Fclose(file);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user