On Mon Nov 3 16:06:56 2025 +0000, Vibhav Pant wrote:
changed this line in [version 17 of the diff](/wine/wine/-/merge_requests/9209/diffs?diff_id=220606&start_sha=6ad6074729c0b25cd2d77c713909542b80641be2#e95d027938656bd8c8a7a47d30720efa3332d05d_412_410)
I have simplified `CreateExceptionWithMessage` to call `AllocateExceptionWithWeakRef` outside `TRY`, so `create_exception_cleanup` doesn't need to check for NULL. I have also factored out the freeing code from `Exception_Release` into `exception_free` so that we can reuse it in `create_exception_cleanup`.