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

Issue 3005883002: [dart:io] Remove double-close from recursive directory delete (Closed)

Created:
3 years, 3 months ago by zra
Modified:
3 years, 3 months ago
Reviewers:
bkonyi, rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[dart:io] Remove double-close from recursive directory delete closedir() closes the file descriptor wrapped by the DIR, so we shouldn't close it again. R=bkonyi@google.com Committed: https://github.com/dart-lang/sdk/commit/732bb45c45d1fd3b2c1e7ff7fb12ce93e6fa1dcc

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -6 lines) Patch
M runtime/bin/directory_android.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M runtime/bin/directory_fuchsia.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M runtime/bin/directory_linux.cc View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
zra
3 years, 3 months ago (2017-08-30 19:31:39 UTC) #2
bkonyi
lgtm
3 years, 3 months ago (2017-08-30 19:46:24 UTC) #3
zra
3 years, 3 months ago (2017-08-30 19:49:10 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
732bb45c45d1fd3b2c1e7ff7fb12ce93e6fa1dcc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698