]> Cypherpunks repositories - gostls13.git/commit
runtime: clear sg.selectdone before saving in SudoG cache
authorRuss Cox <rsc@golang.org>
Fri, 3 Oct 2014 19:33:29 +0000 (15:33 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 3 Oct 2014 19:33:29 +0000 (15:33 -0400)
commit13da3608453f7d50c0c810d5a0df79691bca8b64
treeb0a7d7bc0041d478e3e5e2f45a54c7582414d67f
parent0120f8378d4de043471fc948fca765abd51a9f4c
runtime: clear sg.selectdone before saving in SudoG cache

Removes another dangling pointer that might
cause a memory leak in 1.4 or crash the GC in 1.5.

LGTM=rlh
R=golang-codereviews
CC=golang-codereviews, iant, khr, r, rlh
https://golang.org/cl/150520043
src/runtime/proc.go
src/runtime/select.go