Re: [PATCH] winmm: Don't call MMDevAPI during process exit

2012-05-10 Thread Alexandre Julliard
Andrew Eikum writes: > 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? You might as well short-cir

Re: [PATCH] winmm: Don't call MMDevAPI during process exit

2012-05-10 Thread Andrew Eikum
On Thu, May 10, 2012 at 08:29:25AM +0200, Alexandre Julliard wrote: > Andrew Eikum 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.

Re: [PATCH] winmm: Don't call MMDevAPI during process exit

2012-05-09 Thread Alexandre Julliard
Andrew Eikum 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