D22136: Memory leaks fixed by adding missed __kmp_free() calls

llvm-svn: 274850
This commit is contained in:
Andrey Churbanov 2016-07-08 14:40:20 +00:00
parent 42211eb125
commit cb28d6e3a0
1 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,8 @@ __kmp_affinity_assign_child_nums(AddrUnsPair *address2os,
address2os[i].first.childNums[labCt] = 0;
}
}
__kmp_free(lastLabel);
__kmp_free(counts);
}