Test: delete child object to address memory leak. (#1863)

[ROCm/rccl commit: 9d3acffa5f]
此提交包含在:
Arm Patinyasakdikul
2025-08-20 10:15:03 -05:00
提交者 GitHub
父節點 d4fecfb0be
當前提交 8557ea33ad
+1
查看文件
@@ -537,6 +537,7 @@ namespace RcclUnitTesting
{
ERROR("Child process %d exited with code %d\n", childId, returnVal);
}
delete(childList[childId]);
}
childList.clear();