Author: msuman
Date: Mon Jan 28 05:24:56 2008
New Revision: 34908
URL: http://svn.gnome.org/viewvc/evolution?rev=34908&view=rev
Log:
Patch from Chenthill Palanisamy <[EMAIL PROTECTED]> (Fix memory leak while
printing month-view)
Modified:
trunk/calendar/ChangeLog
trunk/calendar/gui/print.c
Modified: trunk/calendar/gui/print.c
==============================================================================
--- trunk/calendar/gui/print.c (original)
+++ trunk/calendar/gui/print.c Mon Jan 28 05:24:56 2008
@@ -1805,6 +1805,7 @@
/* Free everything. */
for (event_num = 0; event_num < psi.events->len; event_num++) {
event = &g_array_index (psi.events, EWeekViewEvent, event_num);
+ e_cal_model_free_component_data (event->comp_data);
}
g_array_free (psi.events, TRUE);
g_array_free (spans, TRUE);
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.