diff options
Diffstat (limited to 'calendar/gui/event-editor.c')
-rw-r--r-- | calendar/gui/event-editor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c index e3ae2e5307..89e7eb5033 100644 --- a/calendar/gui/event-editor.c +++ b/calendar/gui/event-editor.c @@ -272,6 +272,9 @@ event_editor_destroy (GtkObject *object) priv->xml = NULL; } + g_free (priv); + ee->priv = NULL; + if (GTK_OBJECT_CLASS (parent_class)->destroy) (* GTK_OBJECT_CLASS (parent_class)->destroy) (object); } |