From 3691fb9218f0c163386c58f0a56c32c5552289ef Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 May 2014 18:50:06 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2