Spawn.vala
[gitlive] / Spawn.vala
index 54c5a63..81a7594 100644 (file)
@@ -243,6 +243,7 @@ public class Spawn : Object
             this.pid = -1;
             if (this.ctx != null) {
                 this.ctx.quit();
+                this.ctx = null;
             }
             this.tidyup();
         //print("DONE TIDYUP");