diff options
author | Roland McGrath <roland@gnu.org> | 1999-09-01 02:18:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-09-01 02:18:12 +0000 |
commit | 9e83d27c3de5c1ddd720fa50a3171fe655aa231e (patch) | |
tree | 5f84b65ba2e0760cfb215f1569c9b943484278a2 /trans/ifsock.c | |
parent | b4c19c67501c99d458cfb0a2d314052902e4d252 (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/ifsock.c')
-rw-r--r-- | trans/ifsock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/ifsock.c b/trans/ifsock.c index 2e53ea96..15fb7df3 100644 --- a/trans/ifsock.c +++ b/trans/ifsock.c @@ -76,6 +76,7 @@ main (int argc, char **argv) /* Reply to our parent */ err = trivfs_startup (bootstrap, 0, control_class, port_bucket, node_class, port_bucket, NULL); + mach_port_deallocate (mach_task_self (), bootstrap); if (err) error(2, err, "Contacting parent"); |