mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Fix memory leaks by adding missing FreePool calls: free HandleBuffer in HttpUtilitiesDxeUnload. REF: https://uefi.org/sites/default/files/resources/UEFI_Spec_Final_2.11.pdf Chapter 7.3.15: "Services - Boot Services.LocateHandleBuffer": It is the caller's responsibility to call the Boot Service.FreePool when the caller no longer requires the contents of Buffer. Signed-off-by: Dongyan Qian <qiandongyan@loongson.cn> |
||
|---|---|---|
| .. | ||
| HttpUtilitiesDxe.c | ||
| HttpUtilitiesDxe.h | ||
| HttpUtilitiesDxe.inf | ||
| HttpUtilitiesDxe.uni | ||
| HttpUtilitiesDxeExtra.uni | ||
| HttpUtilitiesProtocol.c | ||