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

Issue 115110: Fix memory leak in SiteInstance::CreateSiteInstanceForURL. (Closed)

Created:
11 years, 7 months ago by Matt Perry
Modified:
9 years, 7 months ago
Reviewers:
Charlie Reis
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix memory leak in SiteInstance::CreateSiteInstanceForURL. TBR=creis Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=15596

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M chrome/browser/tab_contents/site_instance.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Matt Perry
11 years, 7 months ago (2009-05-07 23:03:29 UTC) #1
Charlie Reis
11 years, 7 months ago (2009-05-08 00:17:42 UTC) #2
Ah, good point.  LGTM.

(All of this reminds me that BrowsingInstances should eventually be refactored
so that the process decisions are independent of what SiteInstance and
BrowsingInstance a page belongs to.  It's strange for a SiteInstance belonging
to one BrowsingInstance to be returned by another one.  No worries for now,
though.)

Powered by Google App Engine
This is Rietveld 408576698