summaryrefslogtreecommitdiffstats
path: root/imap/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/command.c')
-rw-r--r--imap/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/command.c b/imap/command.c
index bd01aa0e..d1d3ef39 100644
--- a/imap/command.c
+++ b/imap/command.c
@@ -192,7 +192,7 @@ int imap_exec (IMAP_DATA* idata, const char* cmd, int flags)
rc = mutt_socket_write_d (idata->conn, out,
flags & IMAP_CMD_PASS ? IMAP_LOG_PASS : IMAP_LOG_CMD);
- safe_free ((void**) &out);
+ FREE (&out);
if (rc < 0)
{