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

Issue 401423002: clang/win: Fix calling delete[] on void* in base. (Closed)

Created:
6 years, 5 months ago by Nico
Modified:
6 years, 4 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

clang/win: Fix calling delete[] on void* in base. Calling delete[] on void* is undefined behavior. Cast to the right type before calling delete[]. Fixes a clang warning. BUG=82385 TBR=siggi Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284709

Patch Set 1 #

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

Messages

Total messages: 6 (0 generated)
Nico
6 years, 5 months ago (2014-07-22 03:03:58 UTC) #1
Nico
siggi: ping. As it's simple, ima tbr this.
6 years, 5 months ago (2014-07-22 15:36:26 UTC) #2
Nico
The CQ bit was checked by thakis@chromium.org
6 years, 5 months ago (2014-07-22 15:36:31 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/401423002/1
6 years, 5 months ago (2014-07-22 15:37:03 UTC) #4
commit-bot: I haz the power
Change committed as 284709
6 years, 5 months ago (2014-07-22 16:56:27 UTC) #5
Sigurður Ásgeirsson
6 years, 4 months ago (2014-07-28 09:30:11 UTC) #6
Message was sent while issue was closed.
lgtm - apologies for tardiness, was on vacation.

Powered by Google App Engine
This is Rietveld 408576698