1
0
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:
Jeremy Allison 2011-02-23 18:32:35 -08:00
parent 916e82823b
commit 9e93dacfc6

View File

@ -3540,6 +3540,7 @@ NTSTATUS get_relative_fid_filename(connection_struct *conn,
out:
TALLOC_FREE(parent_fname);
TALLOC_FREE(new_base_name);
return status;
}