diff options
author | Sebastien Hertz <shertz@google.com> | 2015-08-06 11:37:02 +0200 |
---|---|---|
committer | Sebastien Hertz <shertz@google.com> | 2015-08-06 11:38:32 +0200 |
commit | 3901bbc170b73b13aa5092f5709a495a1847198f (patch) | |
tree | eeb30634318ff2d576870131d54d24b71ad2566a /compiler/optimizing/graph_visualizer.cc | |
parent | 1f3f766d3b365d01f36b85dc19d40f754fa48533 (diff) |
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
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions