On Mon Nov 3 15:23:35 2025 +0000, Piotr Caban wrote:
Is there any reason for not calling IInspectable_Release(&excp->IInspectable_iface) here?
There's missing AddRef in the end of try block so the object is not freed when there's no exception. Please also fix switch indentation.