* mu-store.cc: fix tiny leak

This commit is contained in:
Dirk-Jan C. Binnema 2011-04-30 10:09:12 +03:00
parent 4fec4b4100
commit fda03bd562
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ struct _MuStore {
try {
mu_contacts_destroy (_contacts);
mu_store_flush (this);
g_free (_version);
MU_WRITE_LOG ("closing xapian database with %d documents",
(int)_db.get_doccount());