From dee1b41ae7e3531f508a7a79adb3118a3af78da5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 26 Jan 2010 14:57:15 +0100 Subject: s4-libcli: Fixed a talloc_reference error. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(+) (limited to 'source4/libcli/raw/rawnotify.c') diff --git a/source4/libcli/raw/rawnotify.c b/source4/libcli/raw/rawnotify.c index 28ab3eb1a4..b277a2c7da 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); -- cgit