[evolution-groupwise] Do not leak GnomeCalendar by missing g_object_unref() call
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-groupwise] Do not leak GnomeCalendar by missing g_object_unref() call
- Date: Mon, 27 Jun 2011 12:11:08 +0000 (UTC)
commit 5ba326d1beac781a50be6688ae437cac084e2d37
Author: Milan Crha <mcrha redhat com>
Date: Mon Jun 27 14:10:28 2011 +0200
Do not leak GnomeCalendar by missing g_object_unref() call
src/plugins/gw-ui.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gw-ui.c b/src/plugins/gw-ui.c
index dacfc88..8dd7527 100644
--- a/src/plugins/gw-ui.c
+++ b/src/plugins/gw-ui.c
@@ -439,6 +439,8 @@ update_cal_entries_cb (EShellView *shell_view, gpointer user_data)
g_return_if_fail (action != NULL);
gtk_action_set_visible (action, FALSE);
}
+
+ g_object_unref (gcal);
}
gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]