X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fauth_sasl.c;h=436b3313a3daa1e6c36f9aa6d8c9c1d697882a66;hb=308c7080ccca40d4865d8810f5528331d9ed61ff;hp=71b8f49ad66a7376b94f9bd309d1ae9c118d2109;hpb=9afa66139f6099fc06d9866d4283191e43b0e17a;p=apps%2Fmadmutt.git diff --git a/imap/auth_sasl.c b/imap/auth_sasl.c index 71b8f49..436b331 100644 --- a/imap/auth_sasl.c +++ b/imap/auth_sasl.c @@ -13,14 +13,15 @@ # include "config.h" #endif +#include + #include "mutt.h" #include "ascii.h" #include "mutt_sasl.h" #include "imap_private.h" #include "auth.h" -#include "lib/mem.h" -#include "lib/intl.h" +#include #include "lib/debug.h" #include @@ -137,10 +138,6 @@ imap_auth_res_t imap_auth_sasl (IMAP_DATA * idata, const char *method) debug_print (1, ("error base64-encoding client response.\n")); goto bail; } - - /* sasl_client_st(art|ep) allocate pc with malloc, expect me to - * free it */ - mem_free (&pc); } if (irc == IMAP_CMD_RESPOND) {