The TALLOC_FREEs should have been removed as part of
45a560bce3ef06c211e60e3932521303cc396896. Sorry!
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri May 29 20:02:55 UTC 2020 on sn-devel-184
DBG_ERR("stat failed [%s]: %s\n",
smb_fname_str_dbg(smb_fname_parent),
strerror(errno));
- TALLOC_FREE(smb_fname_parent);
return(0); /* *** shouldn't happen! *** */
}
smb_fname_str_dbg(smb_fname), (int)dir_mode));
/* Clear "result" */
result = 0;
- TALLOC_FREE(smb_fname_parent);
}
if (IS_DOS_DIR(dosmode)) {