mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r18175: Forgot to call asn1_free() in previous commit.
Guenther
(This used to be commit af3779a516
)
This commit is contained in:
parent
4bc83e60de
commit
171a5cd5c0
@ -160,6 +160,7 @@ static int send_cldap_netlogon(int sock, const char *domain,
|
||||
|
||||
if (write(sock, data.data, data.length) != (ssize_t)data.length) {
|
||||
DEBUG(2,("failed to send cldap query (%s)\n", strerror(errno)));
|
||||
asn1_free(&data);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user