summaryrefslogtreecommitdiff
path: root/trans/null.c
diff options
context:
space:
mode:
Diffstat (limited to 'trans/null.c')
-rw-r--r--trans/null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/null.c b/trans/null.c
index 79de5174..2729a639 100644
--- a/trans/null.c
+++ b/trans/null.c
@@ -50,6 +50,7 @@ main (int argc, char **argv)
/* Reply to our parent */
err = trivfs_startup (bootstrap, 0, 0, 0, 0, 0, &fsys);
+ mach_port_deallocate (mach_task_self (), bootstrap);
if (err)
error(3, err, "Contacting parent");