Files
clang-p2996/lldb/source/Core
Greg Clayton d70b14ea9d Fixed memory management issues introduced by revision 157507.
A local std::string was being filled in and then the function would return "s.c_str()".
A local StreamString (which contains a std::string) was being filled in, and essentially also returning the c string from the std::string, though it was in a the StreamString class.

The fix was to not do this by passing a stream object into StringList::Join() and fix the "arch_helper()" function to do what it should: cache the result in a global.

llvm-svn: 157519
2012-05-26 17:21:14 +00:00
..
2012-05-15 18:43:44 +00:00
2012-02-24 01:59:29 +00:00
2012-05-08 01:45:38 +00:00
2012-02-27 23:00:14 +00:00
2012-05-16 00:11:54 +00:00
2012-05-25 17:05:55 +00:00
2011-07-15 02:26:42 +00:00
2012-03-20 19:33:01 +00:00
2012-02-24 01:59:29 +00:00
2012-05-10 02:52:23 +00:00
2012-02-05 02:38:54 +00:00
2012-03-07 01:12:24 +00:00
2011-12-29 01:26:56 +00:00
2012-04-23 22:00:21 +00:00
2012-03-15 21:01:31 +00:00
2012-05-10 02:52:23 +00:00
2012-04-26 17:12:07 +00:00
2012-03-26 23:03:23 +00:00