Commits
Joe Groff committed 19fb7d6b641
runtime: Allocate refcounted storage for swift_NSStringToString. Instead of letting swift_NSStringToString leak malloced memory, use swift_allocPOD to allocate storage for the converted String, and stash the heap object into the created string. Swift SVN r7872