diff options
Diffstat (limited to 'trans/fifo.c')
-rw-r--r-- | trans/fifo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trans/fifo.c b/trans/fifo.c index 4ad1e1db..3b62cc21 100644 --- a/trans/fifo.c +++ b/trans/fifo.c @@ -94,6 +94,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"); |