summaryrefslogtreecommitdiff
path: root/lib/auth_srp_passwd.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-18 13:31:58 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-18 13:31:58 +0000
commita6de8f97e88bfa45f973909faf1b3c8caf8f8909 (patch)
tree6e2b052dbcbe367d5d862bdbb05a8f2e6e110654 /lib/auth_srp_passwd.c
parent05de2ecb11d8956aa7def54bf324e8667ab5379c (diff)
downloadgnutls-a6de8f97e88bfa45f973909faf1b3c8caf8f8909.tar.gz
Some minor fixes in SRP support. Changed extension generation. Now less
allocation with malloc are done.
Diffstat (limited to 'lib/auth_srp_passwd.c')
-rw-r--r--lib/auth_srp_passwd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/auth_srp_passwd.c b/lib/auth_srp_passwd.c
index 97fe1ce207..58f6d98770 100644
--- a/lib/auth_srp_passwd.c
+++ b/lib/auth_srp_passwd.c
@@ -215,7 +215,6 @@ static int pwd_read_conf( const char* pconf_file, GNUTLS_SRP_PWD_ENTRY* entry, i
fd = fopen( pconf_file, "r");
if (fd==NULL) {
gnutls_assert();
- gnutls_free(entry);
return GNUTLS_E_FILE_ERROR;
}