diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 8985f42661..8b081c2052 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1632,6 +1632,8 @@ save_settings_for_component (EShell *shell, CORBA_exception_free (&ev); + bonobo_object_release_unref (session_interface, NULL); + return retval; } |