commit | 9c72d0dbe43b72c5b7ed41ba71d462ce12326beb | [log] [tgz] |
---|---|---|
author | Anjaneya Prasad Musunuri <aprasad@codeaurora.org> | Thu Feb 04 23:18:42 2016 +0530 |
committer | Anjaneya Prasad Musunuri <aprasad@codeaurora.org> | Thu Feb 11 09:46:38 2016 +0530 |
tree | f4de0ee33370db671d9db70e6be251ef5b57a2e6 | |
parent | fe3db9b5c3f07584ef125056f453d9cf5ce1baad [diff] |
sdm: Resolve mismatched deallocation of memory Memory allocated for array of objects (new []) is freed by mismatched delete (delete) function call. This is fixed by using matching delete function call (delete[]) CRs-Fixed: 973425 Change-Id: Ibe85738c4a438576dc0a053b35321d24034b911c