Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinhenz committed Feb 29, 2020
1 parent 31ab8d2 commit 4e3f6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HDF5.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1510,6 +1510,7 @@ function read(dset::HDF5Dataset, T::Union{Type{Array{U}}, Type{U}}) where U <: N
reclaim = any(t -> t <: Cstring, types)
if reclaim
dspace = dataspace(dset)
# NOTE I have seen this call fail but I cannot reproduce
h5d_vlen_reclaim(memtype_id, dspace.id, H5P_DEFAULT, buf)
end

Expand Down

0 comments on commit 4e3f6c9

Please sign in to comment.