mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
Remember to free the second temporary string.
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Feb 24 04:17:49 CET 2011 on sn-devel-104
This commit is contained in:
parent
916e82823b
commit
9e93dacfc6
@ -3540,6 +3540,7 @@ NTSTATUS get_relative_fid_filename(connection_struct *conn,
|
||||
|
||||
out:
|
||||
TALLOC_FREE(parent_fname);
|
||||
TALLOC_FREE(new_base_name);
|
||||
return status;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user