help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: deallocation in gnutls_*_deinit?


From: Nikos Mavrogiannopoulos
Subject: Re: deallocation in gnutls_*_deinit?
Date: Wed, 30 Jun 2010 16:36:19 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100411)

Mads Kiilerich wrote:
>  Hi
> 
> Newbie question here:
> 
> According to valgrind and the source then for example gnutls_hash_init
> and gnutls_cipher_init does a gnutls_malloc, but the corresponding
> _deinit apparently doesn't free it.
> 
> The documentation doesn't mention anything, and I would thus expect
> gnutls_hash_deinit & friends to do the necessary gnutls_free.
> 
> What have I missed?
> 
> Should I explicitly call gnutls_free after gnutls_*_deinit?

No you shouldn't. It's a bug. Thank you for reporting it. I corrected it at:
http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=commitdiff;h=75ed7cb709d949f012afff73e4728889e0e65681


regards,
Nikos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]