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

Issue 10825139: Free the C memory for ArchiveInputStream when the stream is garbage collected. (Closed)

Created:
8 years, 4 months ago by nweiz
Modified:
8 years, 4 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Free the C memory for ArchiveInputStream when the stream is garbage collected. Committed: https://code.google.com/p/dart/source/detail?r=10149

Patch Set 1 #

Patch Set 2 : Fix a renamed function #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -11 lines) Patch
M utils/archive/dart_archive.c View 1 2 chunks +41 lines, -0 lines 0 comments Download
M utils/archive/input_stream.dart View 6 chunks +12 lines, -9 lines 1 comment Download
M utils/archive/reader.c View 1 chunk +0 lines, -2 lines 0 comments Download
M utils/archive/utils.dart View 1 chunk +26 lines, -0 lines 0 comments Download
A utils/tests/archive/utils_test.dart View 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
nweiz
8 years, 4 months ago (2012-08-01 22:26:59 UTC) #1
Bob Nystrom
8 years, 4 months ago (2012-08-01 23:52:36 UTC) #2
LGTM

https://chromiumcodereview.appspot.com/10825139/diff/2001/utils/archive/input...
File utils/archive/input_stream.dart (right):

https://chromiumcodereview.appspot.com/10825139/diff/2001/utils/archive/input...
utils/archive/input_stream.dart:37: ArchiveInputStream(int id) : _id = new
Reference<int>(id),
How about moving : to the next line and not indenting these so far?

Powered by Google App Engine
This is Rietveld 408576698