diff options
Diffstat (limited to 'trans/symlink.c')
-rw-r--r-- | trans/symlink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/symlink.c b/trans/symlink.c index d8495f8b..24a1a30f 100644 --- a/trans/symlink.c +++ b/trans/symlink.c @@ -57,6 +57,7 @@ main (int argc, char **argv) mach_port_allocate (mach_task_self (), MACH_PORT_RIGHT_RECEIVE, &control); error = fsys_startup (bootstrap, 0, control, MACH_MSG_TYPE_MAKE_SEND, &realnode); + mach_port_deallocate (mach_task_self (), bootstrap); if (error) { perror ("Starting up translator"); |