commit | 3f03b75c3a1b00c57b2c1d4124c22a70ed3cbb9d | [log] [tgz] |
---|---|---|
author | Balakishorepati <balaKishore.pati@amd.com> | Fri Sep 16 12:22:41 2022 +0530 |
committer | Pin-chih Lin <johnylin@google.com> | Sun Sep 25 18:49:24 2022 +0800 |
tree | f2d3cd45618eb51b3135d8c58deaa317f5f39d94 | |
parent | 9d0ffb294b53a8b2907515040b035a190f149409 [diff] |
module_adapter:Fix dangling pointer issue in module reset During module_reset and module_free Calls, pointers are not getting reset to NULL which causes dangling pointer exceptions. Initialize pointers to NULL after deallocating the memory. Signed-off-by: Balakishorepati <balaKishore.pati@amd.com> (cherry picked from commit 53b3bc6a956ae5957966336f88980438f1f85a88)
See docs
See unit testing documentation
TODO: Add additional notes about how to deploy this on a live system
See Contributing to the Project
This project is licensed under the BSD Clause 3 - see the LICENCE file for details