From 7ff912521a74eaf21411441e4dd7320bc246e882 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 25 Jan 2004 10:14:50 +0000 Subject: Fix memleak just introduced. Thanks to abartlet :-) Volker (This used to be commit be485eea81c6bab8067642c26e41a14652ce7ee6) --- source3/groupdb/mapping.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/groupdb/mapping.c') diff --git a/source3/groupdb/mapping.c b/source3/groupdb/mapping.c index 7513f3b141..048a6c5db0 100644 --- a/source3/groupdb/mapping.c +++ b/source3/groupdb/mapping.c @@ -769,6 +769,7 @@ BOOL get_sid_list_of_group(gid_t gid, DOM_SID **sids, int *num_sids) if (!s) { DEBUG(0,("get_sid_list_of_group: unable to enlarge " "SID list!\n")); + pwent_free(userlist); winbind_on(); return False; } -- cgit