From 465effd97e8a44c9f7a693a25103dd1f319bf49d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 26 Jan 2010 14:57:15 +0100 Subject: [PATCH] s4-libcli: Fixed a talloc_reference error. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Schneider Signed-off-by: Matthias Dieter Wallnöfer --- source4/libcli/raw/rawnotify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/libcli/raw/rawnotify.c b/source4/libcli/raw/rawnotify.c index 28ab3eb1a4e..b277a2c7da9 100644 --- a/source4/libcli/raw/rawnotify.c +++ b/source4/libcli/raw/rawnotify.c @@ -159,6 +159,7 @@ NTSTATUS smb_raw_ntcancel(struct smbcli_request *oldreq) talloc_free(req); return NT_STATUS_NO_MEMORY; } + req->do_not_free = true; smbcli_request_send(req); -- 2.11.4.GIT