http://bugs.winehq.org/show_bug.cgi?id=36419
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #1 from Piotr Caban piotr.caban@gmail.com --- There's no real leak here (there's no need to free memory on process exit).
In this case you can't temporarily disable "reserved" parameter checking in DllMain. It causes winex11.drv to be loaded while process is getting destroyed. I don't know if it's a real issue.