Spawn.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 19:57:54 +0000 (03:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 4 Jan 2014 19:57:54 +0000 (03:57 +0800)
Spawn.vala

index f11ad7b..5a27706 100644 (file)
@@ -274,13 +274,10 @@ public class Spawn : Object
                    //but... let's close input now..
                    this.in_ch.close();
                    this.in_ch = -1;
-                  
-                   
-                   
-                   
+                    
                    
                 } catch (e) {
-                    tidyup();
+                    this.tidyup();
                     throw e;
                     
                 }