From 1298e1280573d91bed122429ceb4cf351d963569 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 29 Aug 2016 16:17:37 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spawn.vala b/Spawn.vala index c9e392c6..08032c19 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -241,7 +241,7 @@ public class Spawn : Object stdout.printf("PID: %d" ,this.pid); } - this.ref(); + this.ref(); // additional ref - cleared on tidyup... this.in_ch = new GLib.IOChannel.unix_new(standard_input); this.out_ch = new GLib.IOChannel.unix_new(standard_output); -- 2.39.2