Files
clang-p2996/libc/test/UnitTest/FPExceptMatcher.cpp
Nick Desaulniers 9426fdd4cb [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
2025-01-09 14:46:52 -08:00

1.6 KiB