[Bug 20549] secur32 memory leak on exit?

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 2 13:14:02 CST 2009


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


Juan Lang <juan_lang at yahoo.com> changed:

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




--- Comment #1 from Juan Lang <juan_lang at yahoo.com>  2009-11-02 13:14:01 ---
That would be a problem in gnutls, then, not in schannel.  Here's confirmation
of it on their mailing lists, from 2005:
http://arkiv.netbsd.se/?ml=gnutls-dev&a=2005-02&m=2789984

In brief, the following program leaks memory:
int main()
{
        gnutls_global_init();
        gnutls_global_deinit();
        return 0;
}

There was a bunch of arguing about it, e.g. here:
http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/1394

The upshot is, they don't think it's a bug, since the memory gets freed when
the process exits.  I think you should suppress this one.

-- 
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