[evolution-rss] cleanup operation object on completition
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] cleanup operation object on completition
- Date: Sat, 23 Oct 2010 07:00:13 +0000 (UTC)
commit 49ca16a70ad61ba0a508032cbe8c4faba4f28d32
Author: Lucian Langa <lucilanga gnome org>
Date: Sat Oct 23 09:57:58 2010 +0300
cleanup operation object on completition
src/notification.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/notification.c b/src/notification.c
index 1fb449b..672ef1f 100644
--- a/src/notification.c
+++ b/src/notification.c
@@ -393,6 +393,7 @@ taskbar_op_finish(gchar *key)
#if (EVOLUTION_VERSION >= 22900) //kb//
#if (EVOLUTION_VERSION >= 29102)
e_activity_set_state (activity_key, E_ACTIVITY_COMPLETED);
+ g_object_unref(activity_key);
#else
e_activity_complete (activity_key);
#endif
@@ -405,6 +406,7 @@ taskbar_op_finish(gchar *key)
#if (EVOLUTION_VERSION >= 22900) //kb//
#if (EVOLUTION_VERSION >= 29102)
e_activity_set_state (aid, E_ACTIVITY_COMPLETED);
+ g_object_unref(aid);
#else
e_activity_complete (aid);
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]