[all-commits] [llvm/llvm-project] 39f746: [OpenMP][Tool] Fix memory leak and double-allocation
Joachim via All-commits
all-commits at lists.llvm.org
Thu Jan 16 12:05:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 39f746d8def66ef8f5c4d3f1eb4c4cee4baac988
https://github.com/llvm/llvm-project/commit/39f746d8def66ef8f5c4d3f1eb4c4cee4baac988
Author: Joachim Protze <protze at itc.rwth-aachen.de>
Date: 2020-01-16 (Thu, 16 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
More information about the All-commits
mailing list