The branch, v4-12-test has been updated
       via  3af0ca2ee90 winbind: Fix a memleak
      from  ba63dd8867f VERSION: Bump version up to 4.12.8...

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-12-test


- Log -----------------------------------------------------------------
commit 3af0ca2ee90bf1d22148bbca7fa624af24a442a7
Author: Laurent Menase <[email protected]>
Date:   Wed May 20 12:31:53 2020 +0200

    winbind: Fix a memleak
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=14388
    Signed-off-by: Laurent Menase <[email protected]>
    Reviewed-by: Volker Lendecke <[email protected]>
    Reviewed-by: Noel Power <[email protected]>
    
    Autobuild-User(master): Volker Lendecke <[email protected]>
    Autobuild-Date(master): Mon Sep 14 13:33:13 UTC 2020 on sn-devel-184
    
    (cherry picked from commit 8f868b0ea0b4795668f7bc0b028cd85686b249fb)
    
    Autobuild-User(v4-12-test): Karolin Seeger <[email protected]>
    Autobuild-Date(v4-12-test): Fri Sep 25 11:15:08 UTC 2020 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd_ads.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_ads.c b/source3/winbindd/winbindd_ads.c
index 20f47eb5954..6a9d1234f40 100644
--- a/source3/winbindd/winbindd_ads.c
+++ b/source3/winbindd/winbindd_ads.c
@@ -405,6 +405,7 @@ static NTSTATUS query_user_list(struct winbindd_domain 
*domain,
        DBG_NOTICE("ads query_user_list gave %d entries\n", count);
 
 done:
+       ads_msgfree(ads, res);
        return status;
 }
 


-- 
Samba Shared Repository

Reply via email to