On Tue Jun 18 14:56:46 2024 +0000, Rémi Bernon wrote:
(I mean, we unload PE DLLs when they should, and call dlclose on unix libraries when they get unused, but in this particular case I don't think user32/win32u/user drivers can be truly unloaded at any point after it's been loaded)
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.