* mu-store.cc: fix tiny leak
This commit is contained in:
@ -70,6 +70,8 @@ struct _MuStore {
|
|||||||
mu_contacts_destroy (_contacts);
|
mu_contacts_destroy (_contacts);
|
||||||
mu_store_flush (this);
|
mu_store_flush (this);
|
||||||
|
|
||||||
|
g_free (_version);
|
||||||
|
|
||||||
MU_WRITE_LOG ("closing xapian database with %d documents",
|
MU_WRITE_LOG ("closing xapian database with %d documents",
|
||||||
(int)_db.get_doccount());
|
(int)_db.get_doccount());
|
||||||
} MU_XAPIAN_CATCH_BLOCK;
|
} MU_XAPIAN_CATCH_BLOCK;
|
||||||
|
|||||||
Reference in New Issue
Block a user