diff options
author | Valentin Clement <clementval@gmail.com> | 2023-03-06 17:45:50 +0100 |
---|---|---|
committer | Valentin Clement <clementval@gmail.com> | 2023-03-06 17:46:39 +0100 |
commit | 30dc03796894339ceb64f86cbc95f75ea7b78791 (patch) | |
tree | e4ac76c5db333519e9e833b231ec50832707d82f /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
parent | 1edc72385a55adabc2803a0cde282c2d28785581 (diff) | |
download | llvm-30dc03796894339ceb64f86cbc95f75ea7b78791.zip llvm-30dc03796894339ceb64f86cbc95f75ea7b78791.tar.gz llvm-30dc03796894339ceb64f86cbc95f75ea7b78791.tar.bz2 |
[flang] Avoid double cleanup when the result is cleaned up by the Destroy function
The Destroy runtime function does free the memory so do not do it
inlined when we use Destroy. This avoid a double free execution error.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D145372
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions