mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix a winbind memleak
This commit is contained in:
parent
6b167ae53b
commit
8cba97a164
@ -754,6 +754,7 @@ static void winbind_client_request_read(struct tevent_req *req)
|
||||
int err;
|
||||
|
||||
ret = wb_req_read_recv(req, state, &state->request, &err);
|
||||
TALLOC_FREE(req);
|
||||
if (ret == -1) {
|
||||
DEBUG(2, ("Could not read client request: %s\n",
|
||||
strerror(err)));
|
||||
|
Loading…
Reference in New Issue
Block a user