* make mu-cmd reference-counted (make mu_msg_destroy internal, use

mu_msg_unref instead)
This commit is contained in:
Dirk-Jan C. Binnema
2011-01-09 18:54:14 +02:00
parent f1cedf7341
commit e0b484e922
11 changed files with 182 additions and 146 deletions

View File

@ -145,7 +145,7 @@ insert_or_update_maybe (const char* fullpath, const char* mdir,
return MU_ERROR;
}
mu_msg_destroy (msg);
mu_msg_unref (msg);
*updated = TRUE;
return MU_OK;