aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog8
-rw-r--r--calendar/gui/dialogs/comp-editor.c5
-rw-r--r--calendar/gui/dialogs/recurrence-page.c5
3 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 3e547e407c..71679c818e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-20 Larry Ewing <lewing@ximian.com>
+
+ * gui/dialogs/recurrence-page.c (recurrence_page_destroy): make
+ sure to release the ref on priv->comp.
+
+ * gui/dialogs/comp-editor.c (real_edit_comp): make sure to release
+ the ref on priv->comp.
+
2001-09-19 Federico Mena Quintero <federico@ximian.com>
* gui/alarm-notify/alarm-queue.c (audio_notification): Display a
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index ca2b7cfe4f..1b114d9ecf 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -253,6 +253,11 @@ comp_editor_destroy (GtkObject *object)
priv->window = NULL;
}
+ if (priv->comp) {
+ gtk_object_unref (priv->comp);
+ priv->comp = NULL;
+ }
+
gtk_signal_disconnect_by_data (GTK_OBJECT (priv->client), editor);
g_free (priv);
diff --git a/calendar/gui/dialogs/recurrence-page.c b/calendar/gui/dialogs/recurrence-page.c
index ff9485d8ff..7a1982da17 100644
--- a/calendar/gui/dialogs/recurrence-page.c
+++ b/calendar/gui/dialogs/recurrence-page.c
@@ -304,6 +304,11 @@ recurrence_page_destroy (GtkObject *object)
priv->xml = NULL;
}
+ if (priv->comp) {
+ gtk_object_unref (GTK_OBJECT (priv->comp));
+ priv->comp = NULL;
+ }
+
g_free (priv);
rpage->priv = NULL;
tle='2014-01-19 20:29:37 +0800'>2014-01-194-20/+50 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update to 4.3.3madpilot2013-04-192-5/+4 * - Update to 4.3.2swills2013-01-212-3/+3 * - update to 4.3.1jgh2012-10-262-8/+3 * - fix fetchjgh2012-10-171-11/+13 * Update to 4.3.0madpilot2012-06-242-6/+6 * - Fix fetchpav2012-06-191-2/+2 * - Rework the do-fetch target to check for the availability of theerwin2012-06-081-1/+3 * - update png to 1.5.10dinoex2012-06-01