aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r--mail/mail-mt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c
index 686f6dc0aa..5ef8a0147e 100644
--- a/mail/mail-mt.c
+++ b/mail/mail-mt.c
@@ -165,7 +165,7 @@ mail_msg_unref (gpointer msg)
g_return_if_fail (mail_msg != NULL);
g_return_if_fail (mail_msg->ref_count > 0);
- if (g_atomic_int_exchange_and_add (&mail_msg->ref_count, -1) > 1)
+ if (g_atomic_int_add (&mail_msg->ref_count, -1) > 1)
return;
#ifdef MALLOC_CHECK