diff options
Diffstat (limited to 'calendar/cal.c')
-rw-r--r-- | calendar/cal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/cal.c b/calendar/cal.c index 74badc7013..358f08167d 100644 --- a/calendar/cal.c +++ b/calendar/cal.c @@ -127,6 +127,8 @@ cal_destroy (GtkObject *object) cal = CAL (object); priv = cal->priv; + priv->backend = NULL; + CORBA_exception_init (&ev); CORBA_Object_release (priv->listener, &ev); if (ev._major != CORBA_NO_EXCEPTION) |