s3: smbd: dfs: Clean up exits / talloc heirarchy in parse_msdfs_symlink().
authorJeremy Allison <jra@samba.org>
Tue, 28 Jan 2020 17:36:26 +0000 (09:36 -0800)
committerRalph Boehme <slow@samba.org>
Tue, 18 Feb 2020 21:08:33 +0000 (21:08 +0000)
commit74b47bf578dab9ce94a9f2439fa672e51afe809e
treeb6036485ab95d2d48aea57d54406cb8b57aa6dc7
parented527dc1d8bd21d942bc14677d83363144e5f46b
s3: smbd: dfs: Clean up exits / talloc heirarchy in parse_msdfs_symlink().

Ensure on error or clean return we don't leave memory on mem_ctx.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/msdfs.c