rework some things with sasl.
[apps/madmutt.git] / pop / pop_auth.c
index d86ea30..976317c 100644 (file)
@@ -101,7 +101,7 @@ static pop_auth_res_t pop_auth_sasl (POP_DATA * pop_data, const char *method)
 
       /* sasl_client_st(art|ep) allocate pc with malloc, expect me to 
        * free it */
-      p_delete(&pc);
+      p_delete((char **)&pc);
     }
   }