diff options
Diffstat (limited to 'lib/gnutls_auth.c')
-rw-r--r-- | lib/gnutls_auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_auth.c b/lib/gnutls_auth.c index dc20149566..6cb0ad7014 100644 --- a/lib/gnutls_auth.c +++ b/lib/gnutls_auth.c @@ -141,7 +141,6 @@ gnutls_credentials_set (gnutls_session_t session, } else { /* modify existing entry */ - gnutls_free (ccred->credentials); ccred->credentials = cred; } } |