From 1eb644772768dff6252f89aadf2560f556449809 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 17 Jun 2003 12:31:02 +0000 Subject: And more other memory leaks. One new (idmap) and one ancient (groupdb). Volker (This used to be commit 2392f460aeb11f32759e84faf1e7ace73c5db281) --- source3/sam/idmap_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/sam') diff --git a/source3/sam/idmap_util.c b/source3/sam/idmap_util.c index 8c3a378832..012da29300 100644 --- a/source3/sam/idmap_util.c +++ b/source3/sam/idmap_util.c @@ -354,6 +354,7 @@ BOOL idmap_init_wellknown_sids(void) id.gid = map[i].gid; idmap_set_mapping(&(map[i].sid), id, ID_GROUPID); } + SAFE_FREE(map); } /* check if DOMAIN_GROUP_RID_GUESTS SID is set, if not store the -- cgit