ldap: Fix memory leak from commit 3a805c5cc1

This commit is contained in:
Steve Holme 2015-01-04 20:06:04 +00:00
parent c37dcf0edb
commit 4113ad50e4
1 changed files with 2 additions and 0 deletions

View File

@ -842,6 +842,8 @@ static int _ldap_url_parse2 (const struct connectdata *conn, LDAPURLDesc *ludp)
ludp->lud_attrs_dups++;
}
Curl_safefree(attributes);
}
p = q;