Files
clang-p2996/lldb/bindings
Jorge Gorbe Moya 4a38d33268 [lldb] Fix double free in python bindings error handling.
If we have a `%typemap(freearg)` that frees the argument, we shouldn't
free it manually on an error path before calling `SWIG_fail`.
`SWIG_fail` will already free the memory in this case, and doing it
manually results in a double free.

Differential Revision: https://reviews.llvm.org/D147007
2023-03-27 16:07:36 -07:00
..