[balsa: 1/3] mailbox-imap: Unref handle after releasing it
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa: 1/3] mailbox-imap: Unref handle after releasing it
- Date: Fri, 14 Feb 2020 19:05:54 +0000 (UTC)
commit ef61ad9b29037ecac2736d486f84b3f2c57521d3
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Sun Feb 9 18:21:15 2020 -0500
mailbox-imap: Unref handle after releasing it
libbalsa/mailbox_imap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libbalsa/mailbox_imap.c b/libbalsa/mailbox_imap.c
index 7b1569102..52ff1a377 100644
--- a/libbalsa/mailbox_imap.c
+++ b/libbalsa/mailbox_imap.c
@@ -1298,8 +1298,8 @@ lbm_imap_check(LibBalsaMailbox * mailbox)
info.marked = FALSE;
g_signal_handler_disconnect(handle, id);
- g_object_unref(handle);
libbalsa_mailbox_imap_release_handle(mimap);
+ g_object_unref(handle);
return info.marked;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]