aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/pcs/cal.c')
-rw-r--r--calendar/pcs/cal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/pcs/cal.c b/calendar/pcs/cal.c
index 26c0581ff7..be7c8e74eb 100644
--- a/calendar/pcs/cal.c
+++ b/calendar/pcs/cal.c
@@ -128,9 +128,6 @@ cal_destroy (GtkObject *object)
cal = CAL (object);
priv = cal->priv;
- if (priv->uri)
- g_free (priv->uri);
-
CORBA_exception_init (&ev);
for (l = priv->listeners; l; l = l->next) {