fix: crash on shutdown from dangling logger references
This commit is contained in:
parent
823d066a58
commit
e2c565dfee
11 changed files with 38 additions and 16 deletions
|
@ -57,6 +57,7 @@ const Process = struct {
|
|||
|
||||
fn deinit(self: *Process) void {
|
||||
self.parent.deinit();
|
||||
self.logger.deinit();
|
||||
self.a.destroy(self);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue