commit | 99c52d5044aaab52ac6b90c69ecb005c2cd5fb7c | [log] [tgz] |
---|---|---|
author | Sharvil Nanavati <sharvil@google.com> | Fri Aug 29 01:35:03 2014 -0700 |
committer | Andre Eisenbach <eisenbach@google.com> | Mon Mar 16 16:51:30 2015 -0700 |
tree | 4da1a18faa7ccd9d323dfd3ede7d12bf5c2abfc4 | |
parent | 778e5bcc5f9442db3283f0a9f2e09eeed1cfa3c0 [diff] |
Use osi_free with osi_calloc in HCI layer to avoid corruption There was a mismatch where the free function was GKI_free for a pointer allocated with osi_calloc. This resulted in GKI exceptions being thrown if the adapter goes through enable -> disable -> enable -> disable without terminating the process.