[gnome-commander/gcmd-1-3] Fixed problem #597144 (missing call to pclose)



commit 42d7ef5e7c803d46c7ab94653a57f413b9c995ae
Author: Vincent Untz <vuntz gnome org>
Date:   Sat Oct 3 20:18:56 2009 +0200

    Fixed problem #597144 (missing call to pclose)

 src/utils.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/utils.cc b/src/utils.cc
index c10c2d2..15399a3 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -994,6 +994,8 @@ GList *app_get_linked_libs (GnomeCmdFile *f)
         }
     }
 
+    pclose (fd);
+
     return libs;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]