mirror of
https://gitlab.com/qemu-project/edk2.git
synced 2025-07-03 04:43:24 +08:00
fd5425230ed22872126b52f22a7294e352ca3349

Memory allocated by operator new[] should be freed using delete[] to avoid possible memory leak. Cc: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Cc: Eric Dong <eric.dong@intel.com> Cc: Dandan Bi <dandan.bi@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Description
Mirror of edk2.
Languages
C
71.8%
Assembly
16.3%
Python
8.4%
Rich Text Format
1.3%
C++
0.8%
Other
1%