Fix #5560 - Gitlive - branching wip
[gitlive] / Spawn.vala
index 07e78e4..738ea44 100644 (file)
@@ -404,7 +404,7 @@ public class Spawn : Object
         //if (this.out_src > -1 ) GLib.source_remove(this.out_src);
         this.err_src = -1;
         this.out_src = -1;
-        this.unref();
+        //this.unref();
     }