summaryrefslogtreecommitdiffstats
path: root/source/lib/access.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2001-09-17 02:19:44 +0000
committerSimo Sorce <idra@samba.org>2001-09-17 02:19:44 +0000
commit60e907b7e8e1c008463a88ed2b076344278986ef (patch)
tree4ee87af16f736e14a0284f0ef1433b6d833a1380 /source/lib/access.c
parent89833bbbd8508dcdca70dff2c94e1d8f22535f1f (diff)
downloadsamba-60e907b7e8e1c008463a88ed2b076344278986ef.tar.gz
samba-60e907b7e8e1c008463a88ed2b076344278986ef.tar.xz
samba-60e907b7e8e1c008463a88ed2b076344278986ef.zip
move to SAFE_FREE()
Diffstat (limited to 'source/lib/access.c')
-rw-r--r--source/lib/access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/access.c b/source/lib/access.c
index 99f3cc49b51..b3d18384840 100644
--- a/source/lib/access.c
+++ b/source/lib/access.c
@@ -85,7 +85,7 @@ static int string_match(char *tok,char *s, char *invalid_char)
tok+1,
BOOLSTR(netgroup_ok)));
- free(hostname);
+ SAFE_FREE(hostname);
if (netgroup_ok) return(True);
#else