summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/g_lock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/g_lock.c b/source3/lib/g_lock.c
index d505b6bea6..f7fe3db731 100644
--- a/source3/lib/g_lock.c
+++ b/source3/lib/g_lock.c
@@ -259,6 +259,7 @@ static void g_lock_lock_retry(struct tevent_req *subreq)
}
subreq = dbwrap_record_watch_send(state, state->ev, rec,
state->ctx->msg);
+ TALLOC_FREE(rec);
if (tevent_req_nomem(subreq, req)) {
return;
}