Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(14)

Issue 12037043: code review 12037043: net: fix memory leak on unix (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by dvyukov
Modified:
10 years, 8 months ago
Reviewers:
brainman, dave
CC:
golang-dev, dave_cheney.net, brainman
Visibility:
Public.

Description

net: fix memory leak on unix If netFD is closed by finalizer, runtime netpoll descriptor is not freed.

Patch Set 1 #

Patch Set 2 : diff -r d41598ff11f3 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r d41598ff11f3 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r 3fd9ca3ab815 https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -9 lines) Patch
M src/pkg/net/fd_unix.go View 1 4 chunks +5 lines, -9 lines 0 comments Download

Messages

Total messages: 4
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 9 months ago (2013-07-29 16:07:31 UTC) #1
dave_cheney.net
LGTM. I'm delighted to see fd.sysfile going away. Please wait for a second reviewer.
10 years, 9 months ago (2013-07-30 04:40:19 UTC) #2
brainman
LGTM
10 years, 9 months ago (2013-07-30 05:11:07 UTC) #3
dvyukov
10 years, 8 months ago (2013-07-30 15:47:46 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=f04c9f103e15 ***

net: fix memory leak on unix
If netFD is closed by finalizer, runtime netpoll descriptor is not freed.

R=golang-dev, dave, alex.brainman
CC=golang-dev
https://codereview.appspot.com/12037043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b