Don't kill a broken chess-engine twice

https://bugzilla.gnome.org/show_bug.cgi?id=724504
This commit is contained in:
Sahil Sareen 2015-07-19 22:04:38 +05:30
parent 71339098d7
commit 97263dd6cc

View file

@ -101,7 +101,7 @@ public abstract class ChessEngine : Object
private void engine_stopped_cb (Pid pid, int status)
{
Process.close_pid (pid);
pid = 0;
this.pid = 0;
stopped ();
}