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 56c7d03a2c..cd3fb06f25 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -3540,6 +3540,7 @@ NTSTATUS get_relative_fid_filename(connection_struct *conn, out: TALLOC_FREE(parent_fname); + TALLOC_FREE(new_base_name); return status; } |