commit | 3901bbc170b73b13aa5092f5709a495a1847198f | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Thu Aug 06 11:37:02 2015 +0200 |
committer | Sebastien Hertz <shertz@google.com> | Thu Aug 06 11:38:32 2015 +0200 |
tree | eeb30634318ff2d576870131d54d24b71ad2566a | |
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