From: Alan Knowles Date: Fri, 2 May 2014 10:50:06 +0000 (+0800) Subject: Spawn.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=3691fb9218f0c163386c58f0a56c32c5552289ef Spawn.vala --- diff --git a/Spawn.vala b/Spawn.vala index ad2680de..fd36dd98 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -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;