llvm-project
9426fdd4
- [libc][test] fix memory leak pt.2 (#122384)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[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
References
#122384 - [libc][test] fix memory leak pt.2
Author
nickdesaulniers
Parents
e6d061ad
Loading