• Russ Cox's avatar
    runtime: fix sudog leak in syncsemrelease · 2ad99f09
    Russ Cox authored
    Manifested as increased memory usage in a Google production system.
    
    Not an unbounded leak, but can significantly increase the number
    of sudogs allocated between garbage collections.
    
    I checked all the other calls to acquireSudog.
    This is the only one that was missing a releaseSudog.
    
    LGTM=r, dneil
    R=dneil, r
    CC=golang-codereviews
    https://golang.org/cl/169260043
    2ad99f09
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...