Skip to content
Commit c4e3f053 authored by Jeffrey Yasskin's avatar Jeffrey Yasskin
Browse files

Fix a false-positive memory leak in code using RemoveFileOnSignal(). Because

libstdc++'s std::string class points to the interior of an allocation, valgrind
reports strings still alive at program termination as possible leaks.  I didn't
use a ManagedStatic for this because System can't depend on Support.

llvm-svn: 98716
parent 6184f4db
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment