diff options
author | Nick Desaulniers <nickdesaulniers@users.noreply.github.com> | 2025-01-09 14:46:52 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 14:46:52 -0800 |
commit | 9426fdd4cbd6812b69c218b865f184cb25342be4 (patch) | |
tree | d0935e76ac340dbff52545de4dc5b964ba1284f6 /clang/lib/CodeGen/ObjectFilePCHContainerWriter.cpp | |
parent | e6d061ad49ce11193bddfff8a7920b798fb7d214 (diff) | |
download | llvm-9426fdd4cbd6812b69c218b865f184cb25342be4.zip llvm-9426fdd4cbd6812b69c218b865f184cb25342be4.tar.gz llvm-9426fdd4cbd6812b69c218b865f184cb25342be4.tar.bz2 |
[libc][test] fix memory leak pt.2 (#122384)
These were created with operator new (see `Test::createCallable`), so operator
delete should be used instead of free().
Fixes: #122369
Fixes: #122378
Diffstat (limited to 'clang/lib/CodeGen/ObjectFilePCHContainerWriter.cpp')
0 files changed, 0 insertions, 0 deletions