[Lldb-commits] [PATCH] D42347: Fix memory leaks in MinidumpParserTest

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Jan 21 12:42:29 PST 2018


zturner added a comment.

Same as with the last one.  For obviously correct bug fixes like this, just commit them.  As an aside, `make_unique` will make this a bit shorter so it fits on one line.  e.g. `auto reg_interface = llvm::make_unique<RegisterContextLinux_x86_x64>(arch);`


https://reviews.llvm.org/D42347





More information about the lldb-commits mailing list