summaryrefslogtreecommitdiffstats
path: root/imap
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-11-20 09:32:41 -0800
committerKevin McCarthy <kevin@8t8.us>2020-11-20 09:32:41 -0800
commit3d362fa2d997b46b38dbdf596cf6840e12b6bf33 (patch)
tree57d95c9929440110db22254fd76c2794e582a795 /imap
parent452dee695317f8891d4ce30556b5e06e0eff7122 (diff)
parentd92689088dfe80a290ec836e292376e2d9984f8f (diff)
Merge branch 'stable'
Diffstat (limited to 'imap')
-rw-r--r--imap/imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/imap.c b/imap/imap.c
index b24e8a3f..b13dd54d 100644
--- a/imap/imap.c
+++ b/imap/imap.c
@@ -561,9 +561,9 @@ int imap_open_connection (IMAP_DATA* idata)
#if defined(USE_SSL)
err_close_conn:
- imap_close_connection (idata);
#endif
bail:
+ imap_close_connection (idata);
FREE (&idata->capstr);
return -1;
}