[all-commits] [llvm/llvm-project] a10f87: [OpenMP][Tool] Fix memory leak and double-allocation
Joachim via All-commits
all-commits at lists.llvm.org
Fri Jan 17 01:15:29 PST 2020
Branch: refs/heads/release/10.x
Home: https://github.com/llvm/llvm-project
Commit: a10f87d5695bdd4f1e366c82fd2869f0fe1d4cfe
https://github.com/llvm/llvm-project/commit/a10f87d5695bdd4f1e366c82fd2869f0fe1d4cfe
Author: Joachim Protze <protze at itc.rwth-aachen.de>
Date: 2020-01-17 (Fri, 17 Jan 2020)
Changed paths:
M openmp/tools/archer/ompt-tsan.cpp
Log Message:
-----------
[OpenMP][Tool] Fix memory leak and double-allocation
Fix the memory leak pointed out in https://reviews.llvm.org/D70412.
And a second one due to double-allocation.
Reviewed by: Hahnfeld
Differential revision: https://reviews.llvm.org/D72779
(cherry picked from commit 39f746d8def66ef8f5c4d3f1eb4c4cee4baac988)
More information about the All-commits
mailing list