[Bug]: Memory leaks in RestoreCertificates(), EnableDfciCertificate() & ProcessHttpRequest()
wenbhou opened this issue · 0 comments
wenbhou commented
Is there an existing issue for this?
- I have searched existing issues
Current Behavior
Memory leak is observed in RestoreCertificates(), EnableDfciCertificate() & ProcessHttpRequest()
Expected Behavior
There should be no memory leak in code.
Steps To Reproduce
Reading the code, found the memory allocated from pool, was not freed properly
Build Environment
- OS(s): Windows 11
- Tool Chain(s): VS2022
- Targets Impacted: DEBUG
Version Information
3b324ef716d609367e32480c96bdbbaf28c1f581
Urgency
Low
Are you going to fix this?
I will fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response