diff options
author | Roland McGrath <mcgrathr@google.com> | 2020-11-13 22:22:54 -0800 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2020-11-13 22:24:44 -0800 |
commit | 6ef07111a402a87fda096b6b8d7327e4aa89d4d6 (patch) | |
tree | e1e704bc544e407101c0ecf2fe632356dcaa0c5e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4364539b3a4c5e73561e5ff29e6952a75e89dc43 (diff) | |
download | llvm-6ef07111a402a87fda096b6b8d7327e4aa89d4d6.zip llvm-6ef07111a402a87fda096b6b8d7327e4aa89d4d6.tar.gz llvm-6ef07111a402a87fda096b6b8d7327e4aa89d4d6.tar.bz2 |
[scudo/standalone] Fix leak in ThreadedGlobalQuarantine test
This unit test code was using malloc without a corresponding free.
When the system malloc is not being overridden by the code under
test, it might an asan/lsan allocator that notices leaks.
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D91472
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions