Spawn.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:50:06 +0000 (18:50 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 May 2014 10:50:06 +0000 (18:50 +0800)
Spawn.vala

index ad2680d..fd36dd9 100644 (file)
@@ -354,8 +354,8 @@ public class Spawn : Object
         this.err_ch = null;
         this.out_ch = null;
         // rmeove listeners !! important otherwise we kill the CPU
-        if (this.err_src > -1 ) GLib.source_remove(this.err_src);
-        if (this.out_src > -1 ) GLib.source_remove(this.out_src);
+        //if (this.err_src > -1 ) GLib.source_remove(this.err_src);
+        //if (this.out_src > -1 ) GLib.source_remove(this.out_src);
         this.err_src = -1;
         this.out_src = -1;