http://bugs.winehq.org/show_bug.cgi?id=20679
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2009-11-12 11:26:07 --- Not a leak. This one: by CRYPT_GetDefaultProvider (main.c:67) always indicates a false positive. The reason is crypt32 can't free the default provider when the app quits, because rsaenh may already have been unloaded. Always freeing it sometimes results in a crash, which was bug 11052.
(This isn't the first time I've told you this, Dan.)