On Fri Aug 26 20:40:57 2022 +0000, Julian Klemann wrote:
I did the AddRef/Release there because otherwise the bug I am fixing does not actually fix. It will free itself while invoking event handlers and it just causes a lot of issues, and this is also what I think the internal behavior on Windows is from tests I had written earlier. Do I need to make more commits for the stubs or can I just leave it for this time?
Also the reason I said it was a stub was because I am not actually setting any statuses, I am just firing stopped event handlers, so I guess it is a little more of a semi-stub, but it doesn't have even close to the full functionality it wants, where only certain states can be stopped.