s3:util: Add gfree_memcache() to gfree_all()
authorAndreas Schneider <asn@samba.org>
Thu, 26 Oct 2023 12:36:02 +0000 (14:36 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 27 Oct 2023 05:54:33 +0000 (05:54 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/lib/util.c

index b6305da91ed1f2dfdad3fcc948fe7e035d4b1205..f891842a6b7823f55720abad86bc99560f39fc75 100644 (file)
@@ -30,6 +30,7 @@
 #include "system/passwd.h"
 #include "system/filesys.h"
 #include "lib/util/server_id.h"
+#include "lib/util/memcache.h"
 #include "util_tdb.h"
 #include "ctdbd_conn.h"
 #include "../lib/util/util_pw.h"
@@ -71,6 +72,8 @@ void gfree_all( void )
        gfree_charcnv();
        gfree_interfaces();
        gfree_debugsyms();
+       gfree_memcache();
+
 }
 
 /*******************************************************************