On Tue Jun 18 16:34:50 2024 +0000, Emil Velikov wrote:
Does the wine (pre)loader unload things on `exit()` or perhaps the dependency on ntdll.so and(?) win32u.so, makes that impossible? Either way, as you said there are bigger concerns than this one dlhandle.
Well for instance the user driver is never unloaded, and it links and uses symbols from win32u directly, so neither of them will be unloaded.