From: Aravind Srinivasan Date: Thu, 14 May 2009 15:54:46 +0000 (+0000) Subject: s3 onefs: Removing an incorrect TALLOC_FREE X-Git-Tag: tdb-1.1.5~481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb454b5fd95185a1456ea120b3a7c56f4a4f1c78;p=thirdparty%2Fsamba.git s3 onefs: Removing an incorrect TALLOC_FREE Signed-off-by: Tim Prouty --- diff --git a/source3/modules/onefs_open.c b/source3/modules/onefs_open.c index 5d7b42281c4..dc8bf10a948 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; }