mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-25 23:03:40 +00:00
In function mk_dir(), handler 'dir' returned by opendir() is not released before function return and results in memory leakage. Tracked-On: #7098 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>