summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorDmitry Yanovsky <kerambyte@gmail.com>2024-08-19 20:38:06 +0100
committerGitHub <noreply@github.com>2024-08-19 12:38:06 -0700
commite8ca306fbefdb8385c53d6cc029251d1d5be7049 (patch)
tree147c6c7f815ce8b76ab8f495cb8d258715838632 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent87dd31234a3c46ace097af73ecaedcdb6b306ef3 (diff)
[ADT] Add a missing call to a unique_function destructor after move (#98747)
Right now immediately after moving the captured state, we 'disarm' the moved-from object's destructor by resetting the `RHS.CallbackAndInlineFlag`. This means that we never properly destroy the RHS object's captured state.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions