From 5f73032707d4a5e54647903268d81e630e240238 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 13 Aug 2001 20:18:37 +0000 Subject: set_release on the sequence, not the buffer. * e-corba-shortcuts.c (shortcut_list_to_corba): set_release on the sequence, not the buffer. svn path=/trunk/; revision=11955 --- shell/ChangeLog | 3 +++ shell/e-corba-shortcuts.c | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 6b3d1cd816..10d0554e9f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,8 @@ 2001-08-13 Ettore Perazzoli + * e-corba-shortcuts.c (shortcut_list_to_corba): set_release on the + sequence, not the buffer. + 2001-08-13 Ettore Perazzoli * e-shell.c (view_destroy_cb): Restore the shell reffing/unreffing diff --git a/shell/e-corba-shortcuts.c b/shell/e-corba-shortcuts.c index 54181d803c..076b49d796 100644 --- a/shell/e-corba-shortcuts.c +++ b/shell/e-corba-shortcuts.c @@ -80,8 +80,7 @@ shortcut_list_to_corba (const GSList *shortcut_list, buffer[i].type = CORBA_string_dup (e_safe_corba_string (item->type)); } - if (buffer) /* if we have 0 shortcuts, buffer = NULL */ - CORBA_sequence_set_release (buffer, TRUE); + CORBA_sequence_set_release (shortcut_list_return, TRUE); } -- cgit v1.2.3