From bb74dae1ceebc170045d9e7149cb1106af2d740d Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 8 Aug 2001 09:56:34 +0000 Subject: Set the release flag for the newly allocated sequence. * e-corba-shortcuts.c (shortcut_list_to_corba): Set the release flag for the newly allocated sequence. * e-activity-handler.c (impl_operationStarted): Unref the icon_pixbuf. * e-task-widget.c (impl_destroy): g_free the private struct. svn path=/trunk/; revision=11778 --- shell/e-activity-handler.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/e-activity-handler.c') diff --git a/shell/e-activity-handler.c b/shell/e-activity-handler.c index 0c5c028248..47e0c88728 100644 --- a/shell/e-activity-handler.c +++ b/shell/e-activity-handler.c @@ -406,6 +406,8 @@ impl_operationStarted (PortableServer_Servant servant, e_task_bar_prepend_task (E_TASK_BAR (p->data), task_widget_new_from_activity_info (activity_info)); + gdk_pixbuf_unref (icon_pixbuf); + priv->activity_infos = g_list_prepend (priv->activity_infos, activity_info); *activity_id_return = activity_id; -- cgit v1.2.3