diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-22 08:01:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-22 08:01:41 +0000 |
commit | 7676f402186203b6dc0a0f7581f6d1a545213300 (patch) | |
tree | b96a97bfcf1a38fcefa0e46e3c4e335ae7008cb3 /lib | |
parent | 2de62cb06f5f7abdbcc55fc219bf86d8433125ec (diff) |
jean-claude Chauve fixed an LDAP bug
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldap.c b/lib/ldap.c index 44029503f..27bccdc7c 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -350,8 +350,8 @@ CURLcode Curl_ldap(struct connectdata *conn) Curl_client_write(data, CLIENTWRITE_BODY, (char *)"\n", 1); (*ldap_memfree)(attribute); - (*ldap_memfree)(dn); } + (*ldap_memfree)(dn); if (ber) (*ber_free)(ber, 0); } |