OSDN Git Service

Fix alloc-dealloc-mismatch failures in dex2oat.
authorDan Albert <danalbert@google.com>
Thu, 11 Dec 2014 22:09:51 +0000 (14:09 -0800)
committerDan Albert <danalbert@google.com>
Thu, 11 Dec 2014 22:09:51 +0000 (14:09 -0800)
commit6fc59abce810b87b6fb07dbd1e84f9dca02fd487
tree775c024115ea1815764c02bb37967f96959572e6
parent84c132dd431c37cd381d1e20210b185f87d512f3
Fix alloc-dealloc-mismatch failures in dex2oat.

These errors are for calling `delete` on something allocated with
`new[]`.

Bug: 18202869
Change-Id: I8032664dd0819740e83a04cd5a0d56e2c097aacf
dex2oat/dex2oat.cc