Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Issue 126543005: Fix QUIC faster stats reporting memory leaks and crashes by changing (Closed)

Created:
6 years, 11 months ago by ramant (doing other things)
Modified:
6 years, 11 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

Fix QUIC faster stats reporting memory leaks and crashes by changing lifetime once again. Now QuicAckNotify::DelegateInterface, one of the base classes of QuicFasterStatsGatherer, is ref-counted so QuicFasterStatsGatherer is guanrateed to be around until either faster stats reporting happens or the last ack is delivered by the QuicConnection. Merge internal change: 59228960 R=rch@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -26 lines) Patch
M net/quic/quic_ack_notifier.h View 3 chunks +11 lines, -3 lines 0 comments Download
M net/quic/quic_ack_notifier.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M net/quic/quic_ack_notifier_test.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M net/quic/quic_connection_test.cc View 4 chunks +12 lines, -12 lines 0 comments Download
M net/quic/quic_packet_creator_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 chunk +4 lines, -1 line 0 comments Download
M net/tools/quic/test_tools/quic_test_utils.h View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
6 years, 11 months ago (2014-01-08 04:30:12 UTC) #1
Ryan Hamilton
6 years, 11 months ago (2014-01-08 04:46:14 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698