aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 5bf644e8d8..094d090419 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -171,7 +171,7 @@ static void
component_view_free (ComponentView *view)
{
if (view->component_view) {
- CORBA_Environment ev = { 0 };
+ CORBA_Environment ev = { NULL };
CORBA_Object_release(view->component_view, &ev);
CORBA_exception_free(&ev);