Fix ref-leak in LLDBSwigPythonCallPythonLogOutputCallback: as with almost all functions returning PyObject*, the caller receives a new reference and must DECREF it if they want to ignore it. In this case, errors are silently ignored in the current code, so use XDECREF (null-safe).
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm, thanks! In the future please add llvm-commits to the subscribers list. Do you have commit access?