[balsa/gtk3] Unref LibBalsaMailboxSearchIter
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk3] Unref LibBalsaMailboxSearchIter
- Date: Tue, 12 Jun 2012 00:01:36 +0000 (UTC)
commit 1ba3cef564c58f46ab83ae532f1aca4854c2dece
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Mon Jun 11 20:00:27 2012 -0400
Unref LibBalsaMailboxSearchIter
* libbalsa/mailbox.c (lbm_msgno_filt_check_idle_cb): unref the
LibBalsaMailboxSearchIter.
ChangeLog | 5 +++++
libbalsa/mailbox.c | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 273206b..2613d31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-06-11 Peter Bloomfield
+ * libbalsa/mailbox.c (lbm_msgno_filt_check_idle_cb): unref the
+ LibBalsaMailboxSearchIter.
+
+2012-06-11 Peter Bloomfield
+
* libbalsa/imap-server.c: remove redundant parentheses.
2012-06-11 Peter Bloomfield
diff --git a/libbalsa/mailbox.c b/libbalsa/mailbox.c
index 50e43f5..455f5a2 100644
--- a/libbalsa/mailbox.c
+++ b/libbalsa/mailbox.c
@@ -1761,6 +1761,7 @@ lbm_msgno_filt_check_idle_cb(LbmMsgnoFiltCheckInfo * info)
lbm_msgno_filt_check(info->mailbox, info->seqno, info->search_iter,
info->hold_selected);
g_object_unref(info->mailbox);
+ libbalsa_mailbox_search_iter_unref(info->search_iter);
g_slice_free(LbmMsgnoFiltCheckInfo, info);
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]