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

Issue 1447603004: Fix for the watcher leak. (Closed)

Created:
5 years, 1 month ago by scheglov
Modified:
5 years, 1 month ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix for the watcher leak. We need not just to cancel the subscription, but also to remove it from the map. It's not so bad now for the MDL project, but any similar project will use a lot of memory even after closign the project. This may be the reason of one of the issues opened against DAS. R=brianwilkerson@google.com, paulberry@google.com BUG= https://github.com/dart-lang/sdk/issues/24613 Committed: https://github.com/dart-lang/sdk/commit/610401a8d5dce8a59be3eefb3422d30b26f53b86

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M pkg/analysis_server/lib/src/context_manager.dart View 3 chunks +3 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
5 years, 1 month ago (2015-11-14 01:30:44 UTC) #1
Brian Wilkerson
LGTM
5 years, 1 month ago (2015-11-14 01:57:36 UTC) #2
Paul Berry
lgtm
5 years, 1 month ago (2015-11-14 02:00:20 UTC) #3
scheglov
5 years, 1 month ago (2015-11-14 02:24:03 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
610401a8d5dce8a59be3eefb3422d30b26f53b86 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698