From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 2 Mar 2012 14:58:39 +0000 (+0100) Subject: Actually close the xapian database in notmuch_database_close X-Git-Tag: debian/0.12_rc1-1~6 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=cfc5f1059aa16753cba610c41601cacc97260e08;hp=cfc5f1059aa16753cba610c41601cacc97260e08 Actually close the xapian database in notmuch_database_close Formerly the xapian database object was deleted and closed in its destructor once the object was garbage collected. Explicitly call close() so that the database and the associated lock is released immediately. The comment is a courtesy of Austin Clements. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> ---