Spawn.vala
[gitlive] / Spawn.vala
index cdf3065..c9e392c 100644 (file)
@@ -365,6 +365,7 @@ public class Spawn : Object
 
     private void tidyup()
     {
+        this.unref();
         if (this.pid > -1) {
             Process.close_pid(this.pid); // hopefully kills it..
             this.pid = -1;