server-Desktop_Refcount: Remove patch set.

This was first added in 78db8b7950 with the
message "Added patch to fix possible leak of explorer.exe processes and
implement proper desktop refcounting." The message of course suggests that
even then no application was known that actually depended on this.

In practice this seems wrong, also: once all non-system processes other than
explorer have terminated, the only way explorer.exe can remain alive is if a
system process holds a reference to explorer. The only relevant system
processes are services, and services cannot display a GUI [this is enforced
since Vista], so this should never be the case.
This commit is contained in:
Zebediah Figura
2020-09-11 23:09:55 -05:00
parent 7fc716aa5f
commit 71ac12a8e3
5 changed files with 0 additions and 1002 deletions

View File

@@ -1,6 +1,4 @@
Fixes: Report correct ObjectName for NamedPipe wineserver objects
# Depends: kernel32-Named_Pipe
Depends: server-Desktop_Refcount
# This was originally written for msys2's strace.exe. It was broken by
# 59dd8ba..6098af8. Since msys2 has been broken in Wine for a while now, this
# really isn't worth fixing.