mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-03 02:35:52 +03:00
worker: free jet dashboard on exit
This commit is contained in:
parent
de9bd593d9
commit
c945c58375
@ -850,6 +850,10 @@ _worker_poke_exit(c3_w cod_w) // exit code
|
||||
}
|
||||
}
|
||||
|
||||
// XX move to jets.c
|
||||
//
|
||||
c3_free(u3D.ray_u);
|
||||
|
||||
exit(cod_w);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user