X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fauth_sasl.c;h=f9be1807dc224fb4c167ad49b4494706d29b358c;hb=23002a877577341cfd68687e58348e0ca01b1ac5;hp=71b8f49ad66a7376b94f9bd309d1ae9c118d2109;hpb=9afa66139f6099fc06d9866d4283191e43b0e17a;p=apps%2Fmadmutt.git diff --git a/imap/auth_sasl.c b/imap/auth_sasl.c index 71b8f49..f9be180 100644 --- a/imap/auth_sasl.c +++ b/imap/auth_sasl.c @@ -13,6 +13,8 @@ # include "config.h" #endif +#include + #include "mutt.h" #include "ascii.h" #include "mutt_sasl.h" @@ -137,10 +139,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) {