mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
ldap: Fix memory leak from commit 3a805c5cc1
This commit is contained in:
parent
c37dcf0edb
commit
4113ad50e4
@ -842,6 +842,8 @@ static int _ldap_url_parse2 (const struct connectdata *conn, LDAPURLDesc *ludp)
|
||||
|
||||
ludp->lud_attrs_dups++;
|
||||
}
|
||||
|
||||
Curl_safefree(attributes);
|
||||
}
|
||||
|
||||
p = q;
|
||||
|
Loading…
Reference in New Issue
Block a user