Commit c7762f8
fix(state): add missing child.deinit() in runProcessInherit (#165)
Process resources were leaking due to missing deinit() call after
std.process.Child.init(). Added defer child.deinit() to ensure
proper cleanup.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 907b37b commit c7762f8
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments