https://bugs.winehq.org/show_bug.cgi?id=46234
Bug ID: 46234 Summary: explorer /desktop leaks global atoms when creating desktop window 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: ---
When creating the desktop window with CreateWindowEx a UUID is passed(https://github.com/wine-mirror/wine/blob/400dd1596ab7946e68278b3f8dc7c87b898...). With this information an atom is created in the global atom table. The atom is not released when the explorer is closed.