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

This commit is contained in:
Arm Patinyasakdikul
2025-08-20 10:15:03 -05:00
committed by GitHub
parent fb882e80f6
commit 9d3acffa5f
+1
View File
@@ -537,6 +537,7 @@ namespace RcclUnitTesting
{
ERROR("Child process %d exited with code %d\n", childId, returnVal);
}
delete(childList[childId]);
}
childList.clear();