Skip to content

Commit 1107e82

Browse files
committed
close runner properly
1 parent ac25ac6 commit 1107e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/bioimage/modelrunner/pytorch/PytorchInterface.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,11 +458,11 @@ else if (task.status == TaskStatus.FAILED)
458458
else if (task.status == TaskStatus.CRASHED)
459459
throw new RuntimeException();
460460
this.runner.close();
461+
this.runner = null;
461462
return;
462463
} else if (this.interprocessing) {
463464
return;
464465
}
465-
model = null;
466466
if (model != null)
467467
model.close();
468468
model = null;

0 commit comments

Comments
 (0)