From: Austin Clements Date: Sun, 22 Apr 2012 15:50:52 +0000 (-0400) Subject: new: Fix missing end_atomic in remove_filename on error X-Git-Tag: 0.13_rc1~66 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=2e7b6494046342872f1f79418679b1554d6d1005;hp=2e7b6494046342872f1f79418679b1554d6d1005 new: Fix missing end_atomic in remove_filename on error Previously, if we failed to find the message by filename in remove_filename, we would return immediately from the function without ending its atomic block. Now this code follows the usual goto DONE idiom to perform cleanup. ---