Skip to content

Commit 735d719

Browse files
committed
bug fix
1 parent 6186610 commit 735d719

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/common/iterator/src/main/java/org/eclipse/rdf4j/common/iteration/DualUnionIteration.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ public final void close() {
220220
if (!closed) {
221221
closed = true;
222222
nextElement = null;
223+
var iteration1 = this.iteration1;
224+
var iteration2 = this.iteration2;
223225
try {
224226
if (iteration1 != null) {
225227
iteration1.close();

0 commit comments

Comments
 (0)