]> granicus.if.org Git - mutt/commitdiff
Fixing a stupid typo. bug#445, from Larry Rosenman <ler@lerctr.org>.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 30 Jan 2001 10:14:04 +0000 (10:14 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 30 Jan 2001 10:14:04 +0000 (10:14 +0000)
pop_auth.c

index a4f6bbd7633fb802e9f06946831d874e9dc92dee..72e6e0f31d50b16465b27b8a6e62b82716297ec8 100644 (file)
@@ -130,7 +130,7 @@ static pop_auth_res_t pop_auth_sasl (POP_DATA *pop_data)
 
       /* sasl_client_st(art|ep) allocate pc with malloc, expect me to 
        * free it */
-      safe_free ((void) &pc);
+      safe_free ((void *) &pc);
     }
   }