summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 34eaeb2d79..49faae116a 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -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)));