X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Spawn.vala;h=08032c19871104dee6e61941354adfb516e204c6;hb=1298e1280573d91bed122429ceb4cf351d963569;hp=c9e392c6ec0c7ddf3ba425e8aa780c4dd6181a7f;hpb=c5541f16ce508283211c747a6aeececc1f280976;p=gitlive 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);