[all-commits] [llvm/llvm-project] b79dff: [lldb] Make sure we don't leak SBThreadPlan pointe...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Jul 20 16:59:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b79dff02795074ca5a4937fc1c93cf0dc7b8d943
https://github.com/llvm/llvm-project/commit/b79dff02795074ca5a4937fc1c93cf0dc7b8d943
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M lldb/bindings/python/python-wrapper.swig
Log Message:
-----------
[lldb] Make sure we don't leak SBThreadPlan pointer (NFCI)
Make sure we don't accidentally leak the SBThreadPlan pointer when we
return before handing it off to Python to manage its lifetime.
More information about the All-commits
mailing list