Skip to content

Commit 44b7063

Browse files
radekmieJulien
authored andcommitted
Added proper process cleanup (fixes #7).
1 parent 4658f29 commit 44b7063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runner/src/main/java/com/codingame/gameengine/runner/CommandLinePlayerAgent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@ protected void runInputOutput() throws Exception {
6969

7070
@Override
7171
public void destroy() {
72+
process.destroy()
7273
}
7374
}

0 commit comments

Comments
 (0)