Fix memory leak. Fixes bug #335423.
2006-06-09 Chris Heath <chris@heathens.co.nz> * addressbook/gui/widgets/eab-popup-control.c (eab_popup_control_set_free_form): * addressbook/gui/contact-editor/e-contact-quick-add.c (quick_add_merge_contact): * e-util/e-plugin.c (ep_construct): * mail/message-list.c (message_list_finalise): * plugins/itip-view.c (itip_view_destroy): Fix memory leak. Fixes bug #335423. svn path=/trunk/; revision=32101
This commit is contained in:
committed by
Andre Klapper
parent
4602caf9bc
commit
56c45fcfab
@ -1,3 +1,8 @@
|
||||
2006-06-09 Chris Heath <chris@heathens.co.nz>
|
||||
|
||||
* itip-view.c (itip_view_destroy): Fix memory leak.
|
||||
Fixes bug #335423.
|
||||
|
||||
2006-05-31 Chenthill Palanisamy <pchenthill@novell.com>
|
||||
|
||||
Fixes #340296
|
||||
|
||||
@ -756,11 +756,13 @@ itip_view_destroy (GtkObject *object)
|
||||
g_free (priv->sentby);
|
||||
g_free (priv->delegator);
|
||||
g_free (priv->attendee);
|
||||
g_free (priv->summary);
|
||||
g_free (priv->location);
|
||||
g_free (priv->status);
|
||||
g_free (priv->comment);
|
||||
g_free (priv->start_tm);
|
||||
g_free (priv->end_tm);
|
||||
g_free (priv->description);
|
||||
|
||||
itip_view_clear_upper_info_items (view);
|
||||
itip_view_clear_lower_info_items (view);
|
||||
|
||||
Reference in New Issue
Block a user