Chromium Code Reviews
DescriptionMotown: Fix unique_ptrs to arrays so deallocation is done properly
We're getting deallocation errors on shutdown indicating that memory
allocated with new[] is being deallocated with delete (rather than
delete[]). This CL fixes the type of some unique_ptrs to address this.
R=kulakowski@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/369e050775bc85d9288a50c56e896f267d6339cf
Patch Set 1 #
Messages
Total messages: 6 (3 generated)
|
|||||||||||||||||||||||||||||||||||||