On Mon Nov 3 16:14:42 2025 +0000, Piotr Caban wrote:
finally is called even if there's no exception - it's easiest to use AddRef/Release to handle that. Current code frees the exception object also on success.
My bad, I missed that. Should be fixed now, thanks.