Re: [Bug-wget] Memory leak when using GnuTLS

2011-11-04 Thread Giuseppe Scrivano
Committed with a ChangeLog entry and a small change. Another beer? :-) Thanks! Giuseppe Gijs van Tulder gvtul...@gmail.com writes: Hi, I think there is a memory leak in the GnuTLS part of wget. When downloading multiple files from a HTTPS server, wget with GnuTLS uses a lot of memory.

[Bug-wget] Memory leak when using GnuTLS

2011-10-31 Thread Gijs van Tulder
Hi, I think there is a memory leak in the GnuTLS part of wget. When downloading multiple files from a HTTPS server, wget with GnuTLS uses a lot of memory. Perhaps an explanation for this can be found in src/http.c. The gethttp calls ssl_init for each download: /* Initialize the SSL