Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Wed, 7 Sep 2005 22:33:06 +0000 (22:33 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Wed, 7 Sep 2005 22:33:06 +0000 (22:33 +0000)
- 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
imap/auth_sasl.c

index 629f34c..615d0e0 100644 (file)
@@ -1 +1 @@
-485
+486
index 71b8f49..60e4656 100644 (file)
@@ -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) {