* mu-store.[cc,h]: cleanup API, implementation

This commit is contained in:
Dirk-Jan C. Binnema
2011-09-18 14:40:51 +03:00
parent a197e584a5
commit 2b41379183
2 changed files with 32 additions and 7 deletions

View File

@ -57,6 +57,7 @@ mu_store_unref (MuStore *store)
{
g_return_val_if_fail (store, NULL);
if (store->unref() == 0) {
try { delete store; } MU_XAPIAN_CATCH_BLOCK;
}