From 904fba43f3dd78189a5011a5053a92ab7276985b Mon Sep 17 00:00:00 2001 From: Aravind Srinivasan Date: Thu, 14 May 2009 15:54:46 +0000 Subject: s3 onefs: Removing an incorrect TALLOC_FREE Signed-off-by: Tim Prouty (cherry picked from commit bb454b5fd95185a1456ea120b3a7c56f4a4f1c78) (cherry picked from commit d3bb598e656c22955dcb2f34dabcdc4946b61725) --- source3/modules/onefs_open.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/modules') diff --git a/source3/modules/onefs_open.c b/source3/modules/onefs_open.c index f45db40da91..f2909031885 100644 --- a/source3/modules/onefs_open.c +++ b/source3/modules/onefs_open.c @@ -986,7 +986,6 @@ NTSTATUS onefs_open_file_ntcreate(connection_struct *conn, create_options); if (NT_STATUS_IS_OK(status)) { - TALLOC_FREE(lck); if (pinfo) { *pinfo = FILE_WAS_OPENED; } -- cgit v1.2.1