X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fauth_sasl.c;h=171aadda728e74b1f4cd5dacbb2447f1e55c3b0e;hb=617e7d83d14e14e6a520a48e75437211b16c8834;hp=71b8f49ad66a7376b94f9bd309d1ae9c118d2109;hpb=9afa66139f6099fc06d9866d4283191e43b0e17a;p=apps%2Fmadmutt.git diff --git a/imap/auth_sasl.c b/imap/auth_sasl.c index 71b8f49..171aadd 100644 --- a/imap/auth_sasl.c +++ b/imap/auth_sasl.c @@ -13,13 +13,14 @@ # 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 "lib/debug.h" @@ -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) {