From 8889846011afe0d33ff155acce9afef5af306ae0 Mon Sep 17 00:00:00 2001 From: pdmef Date: Wed, 7 Sep 2005 22:33:06 +0000 Subject: [PATCH] Rocco Rutte: - fix yet another problem introduced by merging git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@486 e385b8ad-14ed-0310-8656-cc95a2468c6d --- VERSION.svn | 2 +- imap/auth_sasl.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/VERSION.svn b/VERSION.svn index 629f34c..615d0e0 100644 --- a/VERSION.svn +++ b/VERSION.svn @@ -1 +1 @@ -485 +486 diff --git a/imap/auth_sasl.c b/imap/auth_sasl.c index 71b8f49..60e4656 100644 --- a/imap/auth_sasl.c +++ b/imap/auth_sasl.c @@ -137,10 +137,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) { -- 2.20.1