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

Issue 126111: Fix memory leak in regexp macro assembler. If the buffer has been... (Closed)

Created:
11 years, 6 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Fix memory leak in regexp macro assembler. If the buffer has been expanded the macro assembler owns the buffer and needs to dispose it in the destructor. Committed: http://code.google.com/p/v8/source/detail?r=2158

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/regexp-macro-assembler-irregexp.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
11 years, 6 months ago (2009-06-15 06:03:21 UTC) #1
Lasse Reichstein
11 years, 6 months ago (2009-06-15 06:25:03 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698