diff options
-rw-r--r-- | source3/smbd/open.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 0ef2b3a90d..e6a70bcebc 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -2720,6 +2720,7 @@ static NTSTATUS open_directory(connection_struct *conn, fsp->posix_open = (file_attributes & FILE_FLAG_POSIX_SEMANTICS) ? True : False; status = fsp_set_smb_fname(fsp, smb_dname); if (!NT_STATUS_IS_OK(status)) { + file_free(req, fsp); return status; } |