]> granicus.if.org Git - mutt/commit
Reset all MonitorContext state on context removal.
authorKevin McCarthy <kevin@8t8.us>
Wed, 27 Jun 2018 16:27:05 +0000 (09:27 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 27 Jun 2018 16:27:05 +0000 (09:27 -0700)
commit68d0e90f11f689c2896a024d22b34a84224659e7
tree90545275214476e240cad9cfb505691657ff0efd
parentd28fe3514f86debfab0810e4ff4a670816268c67
Reset all MonitorContext state on context removal.

Reset both the descriptor and changed flag when the current context is
removed.  Don't make this dependent on the context being valid or
being found by monitor_resolve(), in case the context was closed due
to some type of error condition.
monitor.c