Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing memory leak converting to PyObject from some SAFEARRAY elements (
#2316) Some SAFEARRAY element types require ownership change when converted to PyObjects. This includes the BSTR, IUnknown and IDispatch types. Otherwise the memory gets leaked upon garbage collection. Co-authored-by: Kyle Johnson <KyleJ61782@gmail.com>
- Loading branch information