漏洞
漏洞 ID 编号 | BUG-000155519 |
---|---|
已提交 | February 1, 2023 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcObjects SDK |
找到的版本 | 10.8.1 |
操作系统 | Windows OS |
操作系统版本 | 10.0 64 Bit |
状态 | Non-Reproducible |
Within the UpdateFeatureClass method, the updated row 'updateR' is not being managed correctly, but can be corrected with the following two ReleaseComObject calls:
if (!isPlotShapeSuccess)
{
if (updateR != null) Marshal.ReleaseComObject(updateR);
return false;
}
//try to update all changes at once with all the updated info.
update.UpdateRow(updateR);
if (updateR != null) Marshal.ReleaseComObject(updateR);
漏洞 ID: BUG-000155519
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序