Skip to content

Commit 6de43d7

Browse files
committed
closes #429
my mistake, wrong close, thanks @raabej!
1 parent dda55cd commit 6de43d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/napi5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static herr_t readStringAttribute(hid_t attr, char **data)
156156
}
157157

158158
H5Tclose(atype);
159-
H5Tclose(space);
159+
H5Sclose(space);
160160
if (iRet < 0)
161161
return NX_ERROR;
162162
return NX_OK;

0 commit comments

Comments
 (0)