summaryrefslogtreecommitdiff
path: root/libcutils/socket_local_server_unix.cpp
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2015-07-09 10:50:04 -0700
committerPirama Arumuga Nainar <pirama@google.com>2015-07-09 10:50:04 -0700
commit837eff22c86bcdddd50c68315ef17792a0d1949a (patch)
tree784f8e80ff39d59bf1252df29f77c096ba3c2b50 /libcutils/socket_local_server_unix.cpp
parent41a0654e2a76a8c639b2265513345cc4c268560d (diff)
Use delete[] to de-allocate pointers from new[]
Upstream clang has a new diagnostic, '-Wmismatched-new-delete' to generate a warning (that becomes an error with -Werror) when delete is used to deallocate pointers created with 'new[]'. This patch fixes 'delete's that trigger this warning/error. Change-Id: I7551e856b4b13bfae4cb78b5664d8652322683cf
Diffstat (limited to 'libcutils/socket_local_server_unix.cpp')
0 files changed, 0 insertions, 0 deletions