dotnet/runtime
在 GitHub 查看debugshim.cpp opens and gets handles to libraries, but doesn't close or store the handles
Open
#50,442 创建于 2021年3月30日
area-Diagnostics-coreclrhelp wanted
仓库指标
- Star
- (17,886 star)
- PR 合并指标
- (平均合并 12天 11小时) (30 天内合并 661 个 PR)
描述
debugshim.cpp's CLRDebuggingImpl::OpenVirtualProcess method obtains handles to a bunch of libraries:
But those handles are not kept around and are not used to close the libraries.