On Fri Sep 29 07:18:56 2023 +0000, Rémi Bernon wrote:
At this point, you're leaking application_data on Windows. You should add the Release from the next commit there, with a if for Wine (though Wine doesn't really reach this point for the moment).
I'm confused, is it only on Windows that we care about leaks? On the Wine side in tests/data.c, it returns a non-NULL `application_data`, so wouldn't that leak in Wine? It's the same for `IPackageStatics_get_Current`.