Fix use-after-free bug identified by the Address Sanitizer
atomContent's memory is freed at the end of the stack frame, but it is referenced by the atom pushed into _definedAtoms. Differential Revision: http://reviews.llvm.org/D7732 llvm-svn: 229749
Loading
Please sign in to comment