summaryrefslogtreecommitdiff
path: root/trans/bogus-fifo.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-09-01 02:18:12 +0000
committerRoland McGrath <roland@gnu.org>1999-09-01 02:18:12 +0000
commit9e83d27c3de5c1ddd720fa50a3171fe655aa231e (patch)
tree5f84b65ba2e0760cfb215f1569c9b943484278a2 /trans/bogus-fifo.c
parentb4c19c67501c99d458cfb0a2d314052902e4d252 (diff)
1999-08-31 Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
* bogus-fifo.c (main): Deallocate bootstrap port after using it. * fifo.c (main): Likewise. * firmlink.c (main): Likewise. * ifsock.c (main): Likewise. * magic.c (main): Likewise. * null.c (main): Likewise. * symlink.c (main): Likewise.
Diffstat (limited to 'trans/bogus-fifo.c')
-rw-r--r--trans/bogus-fifo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/bogus-fifo.c b/trans/bogus-fifo.c
index 3151dcc8..acad6e4b 100644
--- a/trans/bogus-fifo.c
+++ b/trans/bogus-fifo.c
@@ -55,6 +55,7 @@ main (int argc, char **argv)
/* Reply to our parent */
mach_port_allocate (mach_task_self (), MACH_PORT_RIGHT_RECEIVE, &fsys);
err = fsys_startup (bootstrap, fsys, MACH_MSG_TYPE_MAKE_SEND, &realnode);
+ mach_port_deallocate (mach_task_self (), bootstrap);
if (err)
error(1, err, "starting translator");