commit 939891e96f22dde13cf278b8b6bba5c4961c7212
parent 6e380d8a14b7a5196e473f4d76aadfd73dd4130c
Author: wwp <subscript@free.fr>
Date: Tue, 5 Oct 2021 17:03:09 +0200
Revert accidentally committed changes.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/imap.c b/src/imap.c
@@ -1294,8 +1294,6 @@ static IMAPSession *imap_session_new(Folder * folder,
SESSION(session)->sock = NULL;
imap_safe_destroy(session);
}
- imap_session_destroy(session);
- session_destroy(SESSION(session));
return NULL;
}