[Bug 20679] Memory leak in CertOpenSystemStore()?

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 12 11:26:08 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=20679


Juan Lang <juan_lang at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Juan Lang <juan_lang at 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.)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list