[all-commits] [llvm/llvm-project] 3caa68: [libc][test] fix memory leak (#122378)
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Thu Jan 9 14:15:52 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3caa68a021c2f795de3df7f6ad7953556e825fab
https://github.com/llvm/llvm-project/commit/3caa68a021c2f795de3df7f6ad7953556e825fab
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M libc/test/UnitTest/ExecuteFunctionUnix.cpp
M libc/test/UnitTest/FPExceptMatcher.cpp
Log Message:
-----------
[libc][test] fix memory leak (#122378)
Looks like the smart pointer I removed was being used to free the underlying
object.
Fixes: #122369
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list