commit | b35ef3925b088553a871177c9305f9ba97b77988 | [log] [tgz] |
---|---|---|
author | Ashok Vuyyuru <quic_avuyyuru@quicinc.com> | Wed Jan 25 20:32:07 2023 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Feb 08 10:53:48 2023 -0800 |
tree | dfd93e2a8d122d29ad311c5e00e6869b4385fac4 | |
parent | 2dd74c9a1bb531556983cc68c35c263d1154bc08 [diff] |
msm: ipa3: Changes to fix memory leak issue During adding/deleting header rule found invalid entry not freeing the header proc memory allocation due to that IPA context bank page table was full, later it was failed to map pages. To avoid this issue adding change to free the memory in failed scenarios. Change-Id: I8e5fd68d35579b4638e91590f5df876aa9d256a6 Signed-off-by: Ashok Vuyyuru <quic_avuyyuru@quicinc.com>