Skip to content

Commit 2f92257

Browse files
author
Julien Poulton
committed
Merge branch 'fix-7' into 'master'
Added proper process cleanup (fixes #7). See merge request codingame/game-engine!140
2 parents 3cc2f54 + 44b7063 commit 2f92257

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)