From: Andreas Schneider Date: Thu, 26 Oct 2023 12:36:02 +0000 (+0200) Subject: s3:util: Add gfree_memcache() to gfree_all() X-Git-Tag: talloc-2.4.2~976 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89e376c69a39175684dfb7b7cbaea9dcd996dd63;p=thirdparty%2Fsamba.git s3:util: Add gfree_memcache() to gfree_all() Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source3/lib/util.c b/source3/lib/util.c index b6305da91ed..f891842a6b7 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -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(); + } /*******************************************************************