Skip to content

Commit 22589a6

Browse files
committed
[H5Object] fix lgtm warning
1 parent 39e341a commit 22589a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/hdf5/h5x/H5Object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void H5Object::close() {
110110

111111

112112
H5Object::~H5Object() {
113-
close();
113+
H5Object::close();
114114
}
115115

116116

0 commit comments

Comments
 (0)