summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gnutls_cipher_int.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gnutls_cipher_int.c b/lib/gnutls_cipher_int.c
index b9cc304b98..67cd7cf2b6 100644
--- a/lib/gnutls_cipher_int.c
+++ b/lib/gnutls_cipher_int.c
@@ -178,7 +178,6 @@ _gnutls_cipher_deinit (cipher_hd_st* handle)
handle->hd.rh.cc->deinit( handle->hd.rh.ctx);
return;
}
- }
- gc_cipher_close (handle->hd.gc);
}
+ gc_cipher_close (handle->hd.gc);
}