http://bugs.winehq.org/show_bug.cgi?id=20549
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Juan Lang juan_lang@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.