https://bugs.winehq.org/show_bug.cgi?id=46233
Bug ID: 46233 Summary: explorer /desktop does not release the graphic driver dll Product: Wine Version: 3.21 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: explorerframe Assignee: wine-bugs@winehq.org Reporter: daniel.wendt@linux.com CC: ralf.habacker@freenet.de Distribution: ---
A graphic driver dll is loaded when the explorer is started (https://github.com/wine-mirror/wine/blob/400dd1596ab7946e68278b3f8dc7c87b898...). This driver is not released when closing the explorer. In addition, when the driver is loaded, unique keys are created in the registry, which are not deleted when the explorer is closed.
https://bugs.winehq.org/show_bug.cgi?id=46233
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Why is it important to release it on process termination?
https://bugs.winehq.org/show_bug.cgi?id=46233
--- Comment #2 from Daniel Wendt daniel.wendt@linux.com --- In a long-running environment (where the Wineserver is not terminated), the registry is spammed with entries. In my opinion it would be important to remove these entries and release the DLL again.
https://bugs.winehq.org/show_bug.cgi?id=46233
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|explorerframe |programs