all: fix memory leaks
This commit is contained in:
parent
56e3eee629
commit
e5c0916a25
15 changed files with 147 additions and 54 deletions
|
|
@ -77,6 +77,7 @@ impl ForkerProxy {
|
|||
self.task_in.take();
|
||||
self.task_out.take();
|
||||
self.task_proc.take();
|
||||
self.outgoing.clear();
|
||||
}
|
||||
|
||||
pub fn create() -> Result<Self, ForkerError> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue