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

Issue 11958037: Use free() to free memory allocated with realloc(). (Closed)

Created:
7 years, 11 months ago by podivilov
Modified:
7 years, 11 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use free() to free memory allocated with realloc(). This is to make valgrind happy as it traces new->delete alloc->free correspondence. R=meh@google.com,asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=17333

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M runtime/vm/code_observers.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
podivilov
7 years, 11 months ago (2013-01-17 10:11:51 UTC) #1
Max Heinritz (Google)
On 2013/01/17 10:11:51, podivilov wrote: LGTM. Siva?
7 years, 11 months ago (2013-01-17 15:27:56 UTC) #2
siva
7 years, 11 months ago (2013-01-17 18:20:57 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698