summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gnutls_anon_cred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_anon_cred.c b/lib/gnutls_anon_cred.c
index fd553c3f63..5ae25f1f63 100644
--- a/lib/gnutls_anon_cred.c
+++ b/lib/gnutls_anon_cred.c
@@ -77,7 +77,7 @@ int gnutls_anon_set_server_cred( ANON_SERVER_CREDENTIALS res, int dh_bits) {
* the structure.
**/
void gnutls_anon_free_client_sc( ANON_CLIENT_CREDENTIALS sc) {
- gnutls_free(sc);
+ return;
}
const static int anon_tmp;