aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-28 04:30:37 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-28 04:30:37 +0800
commitdc272ffaefefcd41f3738e7ce4c0c155d7f40931 (patch)
tree5a62db099aec500deb964b5e42b1f4b8477837db
parentbfd6635397f29dc7b0ad6b6a27101c241a7287b6 (diff)
downloadgsoc2013-evolution-dc272ffaefefcd41f3738e7ce4c0c155d7f40931.tar
gsoc2013-evolution-dc272ffaefefcd41f3738e7ce4c0c155d7f40931.tar.gz
gsoc2013-evolution-dc272ffaefefcd41f3738e7ce4c0c155d7f40931.tar.bz2
gsoc2013-evolution-dc272ffaefefcd41f3738e7ce4c0c155d7f40931.tar.lz
gsoc2013-evolution-dc272ffaefefcd41f3738e7ce4c0c155d7f40931.tar.xz
gsoc2013-evolution-dc272ffaefefcd41f3738e7ce4c0c155d7f40931.tar.zst
gsoc2013-evolution-dc272ffaefefcd41f3738e7ce4c0c155d7f40931.zip
Fix a crash on exit.
-rw-r--r--calendar/gui/gnome-cal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index e43c4d98c5..5aad99ec92 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -1542,8 +1542,6 @@ gnome_calendar_destroy (GtkObject *object)
g_mutex_free (priv->todo_update_lock);
- g_mutex_free (priv->todo_update_lock);
-
g_free (priv);
gcal->priv = NULL;
}