SWDEV-306940 - Fix hip errors/warnings by CppCheck (#2486)

Change-Id: I91f5e97b0c7ca80b6d21fa66d24e3cf9fde716a9

[ROCm/hip-tests commit: 833e962ddd]
This commit is contained in:
Satyanvesh Dittakavi
2022-02-24 20:57:04 +05:30
committed by GitHub
parent 750df46bf8
commit 4e9ddeee7d
7 changed files with 16 additions and 22 deletions
@@ -252,9 +252,9 @@ void RunBenchmark_H2D(ResultDatabase& resultDB) {
case MallocUnpinned:
if (p_alignedhost) {
delete[] hostMem;
} else {
free(hostMem);
} else {
delete[] hostMem;
}
break;