commit | e443ffac2a09b69470c4663ee031a527c53738d9 | [log] [tgz] |
---|---|---|
author | soon1.choi <soon1.choi@lge.com> | Mon Jan 05 14:27:42 2015 +0900 |
committer | Eric Laurent <elaurent@google.com> | Mon Jan 05 15:34:15 2015 -0800 |
tree | 7db596e90207472c7ff018f4778d16de8c806e62 | |
parent | 0d19abb440c7e62e944efbeadf02299990f9a589 [diff] |
DO NOT MERGE - fix memory leak in PatchPanel Before the audio patch is created, audio patch with same handle is removed from vector for patches. At this time, Patch allocated in the heap is not freed. This causes memory leaks in the mediaserver. Bug: 18904322. Change-Id: Id0d28c36a7e7fbf473753bf4ead7518f28c1b998