From 017855b766892090837791822f7380a32c30480d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 21 May 2006 08:24:11 +0000 Subject: r15767: we need to free here metze (This used to be commit 98890052fec7ba4a8bf4e07a6b000d04d768f581) --- source4/ntvfs/ntvfs_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/ntvfs_util.c') diff --git a/source4/ntvfs/ntvfs_util.c b/source4/ntvfs/ntvfs_util.c index de19a9c352..fec119b653 100644 --- a/source4/ntvfs/ntvfs_util.c +++ b/source4/ntvfs/ntvfs_util.c @@ -58,8 +58,8 @@ _PUBLIC_ struct ntvfs_request *ntvfs_request_create(struct ntvfs_context *ctx, T DLIST_ADD(req->async_states, async); return req; - failed: + talloc_free(req); return NULL; } -- cgit