From: Jani Nikula Date: Sun, 3 Nov 2013 12:24:44 +0000 (+0200) Subject: lib: do not leak the database in compaction X-Git-Tag: 0.17_rc1~78 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=35ca5feb28a6e52851ba61ea63478ade40991558;hp=35ca5feb28a6e52851ba61ea63478ade40991558;p=notmuch lib: do not leak the database in compaction Destroy instead of close the database after compaction, and also on error path, to not leak the database. ---