]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
imapc: imapc_connection_disconnect_full() - Only conditionally abort
authorMarkus Valentin <markus.valentin@open-xchange.com>
Thu, 3 Mar 2022 13:21:00 +0000 (14:21 +0100)
committerMarkus Valentin <markus.valentin@open-xchange.com>
Thu, 3 Mar 2022 17:23:08 +0000 (18:23 +0100)
commit581443c4f136240843641b6a11da683c1f200847
tree40cd2eb1292e74734a15b4827aa8973cec8cc0ed
parent83025385a891c0474d372c9eb5195cf29b5ffdb1
imapc: imapc_connection_disconnect_full() - Only conditionally abort

Only abort commands if there are no reconnect commands. Otherwise these
still will be handled and the commands memory will be freed after handling
them.

Broken by 6d16e82fa2c352974558e1415d06f07d8962fe09
src/lib-imap-client/imapc-connection.c