]> granicus.if.org Git - neomutt/commit
check for empty Context
authorRichard Russon <rich@flatcap.org>
Thu, 22 Aug 2019 10:22:21 +0000 (11:22 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 22 Aug 2019 10:23:13 +0000 (11:23 +0100)
commit6873cc9dc7b33601d820a732d901f525d068beba
tree4601687854937f5024cca2f163eee2cc0ca3dd87
parentc8a58d91d473d7723215a98d81306f000180e391
check for empty Context

We'd already checked for an empty Context at the beginning of the `case`
statement, but we didn't check after any functions that might have
closed the Context.

Fixes: #1799
index.c