Skip to content
Commit 3b68761d authored by Jason Molenda's avatar Jason Molenda
Browse files

Tiny fix spotted by static analyzer; GetPath() returns a std::string,

we get a pointer to the c-string rep and then the temporary object
is destructed and we still refer to the c-string after that.

llvm-svn: 353581
parent 1386d99c
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