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-corba-shortcuts.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/e-corba-shortcuts.c') diff --git a/shell/e-corba-shortcuts.c b/shell/e-corba-shortcuts.c index 20458f587a..5a834cb6c6 100644 --- a/shell/e-corba-shortcuts.c +++ b/shell/e-corba-shortcuts.c @@ -79,6 +79,8 @@ shortcut_list_to_corba (const GSList *shortcut_list, buffer[i].name = CORBA_string_dup (e_safe_corba_string (item->name)); buffer[i].type = CORBA_string_dup (e_safe_corba_string (item->type)); } + + CORBA_sequence_set_release (buffer, TRUE); } -- cgit v1.2.3