On Thu, May 10, 2012 at 08:29:25AM +0200, Alexandre Julliard wrote:
Andrew Eikum aeikum@codeweavers.com writes:
This fixes bug 30631, introduced by 31291cdc6ccc4c172ccf86f383c6a90f31a50ba1.
In addition to safely exiting on process exit, we do much more thorough cleanup on process detach.
There shouldn't be any reason to do cleanup on process exit (and you can't really do anything reliably at that point anyway).
Commit 31291cdc6 introduced some process exit code. This patch removes it again. There is some other cleanup that happens on process exit, but that's been there for years. Do you want me to change the patch to remove that old code as well?
Andrew