diff options
author | Valery Piashchynski <[email protected]> | 2021-02-04 12:26:16 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-04 12:26:16 +0300 |
commit | b9c9909b98c1b3e15421a4bcad9e8fcc01332d37 (patch) | |
tree | b969808a6bdd67bbb566421a2158a51c9de3713e /pkg/worker/sync_worker.go | |
parent | 8a8d9d7c64226397792e8f1aa7cc607ab413906e (diff) | |
parent | a902a06e670d70b0f806899765bdb206977e7698 (diff) |
Merge pull request #526 from spiral/fix/memory_leaksv2.0.0-beta.24
bug(leak): workers memory leak
Diffstat (limited to 'pkg/worker/sync_worker.go')
-rwxr-xr-x | pkg/worker/sync_worker.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/worker/sync_worker.go b/pkg/worker/sync_worker.go index 696fbdb7..010af076 100755 --- a/pkg/worker/sync_worker.go +++ b/pkg/worker/sync_worker.go @@ -36,10 +36,8 @@ func FromSync(w *SyncWorkerImpl) BaseProcess { state: w.process.state, cmd: w.process.cmd, pid: w.process.pid, - stderr: w.process.stderr, endState: w.process.endState, relay: w.process.relay, - rd: w.process.rd, } } |