OSDN Git Service

bionic: fix deleting property arrays in property benchmark
authorColin Cross <ccross@android.com>
Tue, 18 Jun 2013 20:08:28 +0000 (13:08 -0700)
committerColin Cross <ccross@android.com>
Tue, 18 Jun 2013 20:08:28 +0000 (13:08 -0700)
commit7d06813d93b3b3745d438c000f596a38cb0efeb4
tree28d98bbb2dbcab2e647a05c2128175e668c75f0b
parent0005b3544be345e697592b4dc199ebaa37048559
bionic: fix deleting property arrays in property benchmark

Use delete[] to delete arrays allocated with new []

Change-Id: Icc2a6b23df09049c008f7f1f50ed93a277174308
tests/property_benchmark.cpp