From bb454b5fd95185a1456ea120b3a7c56f4a4f1c78 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 --- 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 5d7b42281c..dc8bf10a94 100644 --- a/source3/modules/onefs_open.c +++ b/source3/modules/onefs_open.c @@ -977,7 +977,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