* make mu-cmd reference-counted (make mu_msg_destroy internal, use
mu_msg_unref instead)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user