mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-11 08:55:23 +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);
|
exit(cod_w);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user