[PATCH] D32689: DEF: migrate def parser from LLD to LLVM

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 20:57:08 PDT 2017


ruiu added a comment.

Please find the cause of the memory issue and fix it. If you just use `new std::string` and leave it alone, you're leaking memory, which is unacceptable for a library (it's bad even for application).


Repository:
  rL LLVM

https://reviews.llvm.org/D32689





More information about the llvm-commits mailing list