OSDN Git Service

Fix DDM reply buffer deallocation
authorSebastien Hertz <shertz@google.com>
Thu, 6 Aug 2015 09:37:02 +0000 (11:37 +0200)
committerSebastien Hertz <shertz@google.com>
Thu, 6 Aug 2015 09:38:32 +0000 (11:38 +0200)
commit3901bbc170b73b13aa5092f5709a495a1847198f
treeeeb30634318ff2d576870131d54d24b71ad2566a
parent1f3f766d3b365d01f36b85dc19d40f754fa48533
Fix DDM reply buffer deallocation

Reply buffer is an uint8_t* allocated with new uint8_t[...] so it
must be deallocated with delete[], not free.

Change-Id: Ib5d6387aa63f1e0393113f82602f661bbada4aa2
runtime/jdwp/jdwp_handler.cc