From 9e93dacfc6020deab9f15353ae32512a58e7b4b8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 23 Feb 2011 18:32:35 -0800 Subject: Remember to free the second temporary string. Autobuild-User: Jeremy Allison Autobuild-Date: Thu Feb 24 04:17:49 CET 2011 on sn-devel-104 --- source3/smbd/open.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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; } -- cgit