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

Issue 10067031: Memory leak fix in FileSystemURLRequestJobTest (Closed)

Created:
8 years, 8 months ago by kinuko
Modified:
8 years, 8 months ago
Reviewers:
adamk, tzik
CC:
chromium-reviews, kinuko+watch, darin-cc_chromium.org
Visibility:
Public.

Description

Memory leak fix in FileSystemURLRequestJobTest I've introduced a memory leak in the previous change (r10065011). Now we close a file asynchronously after job->Kill() is called, we need to wait until the task runs before a test exits. BUG=none TEST=no memtest error in FileSystemURLRequestJobTest.*

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M webkit/fileapi/file_system_url_request_job_unittest.cc View 4 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kinuko
8 years, 8 months ago (2012-04-13 08:46:51 UTC) #1
tzik
lgtm
8 years, 8 months ago (2012-04-13 09:23:55 UTC) #2
kinuko
8 years, 8 months ago (2012-04-13 10:08:09 UTC) #3
On 2012/04/13 09:23:55, tzik wrote:
> lgtm

Merging into http://codereview.chromium.org/10080001/ and closing this...

Powered by Google App Engine
This is Rietveld 408576698