commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 29/36: Fix spurious port deallocation


From: Samuel Thibault
Subject: [hurd] 29/36: Fix spurious port deallocation
Date: Tue, 24 Sep 2013 12:31:18 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit fac7bebe532f05b6053315a6be505e49c500f4e0
Author: Samuel Thibault <address@hidden>
Date:   Sat Sep 21 21:13:08 2013 +0200

    Fix spurious port deallocation
    
    * utils/storeinfo.c (parse_opt): Do not deallocate `file` port, `store_free`
    does it already.
---
 utils/storeinfo.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/utils/storeinfo.c b/utils/storeinfo.c
index a738d50..8a9567e 100644
--- a/utils/storeinfo.c
+++ b/utils/storeinfo.c
@@ -251,7 +251,6 @@ main (int argc, char *argv[])
            {
              file_t file = file_name_lookup (arg, deref ? 0 : O_NOLINK, 0);
              info (file, arg, errno);
-             mach_port_deallocate (mach_task_self (), file);
            }
          break;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]