be sure to unref the component.

2001-09-19  Larry Ewing  <lewing@ximian.com>

	* e-summary-tasks.c (generate_html): be sure to unref the
	component.

svn path=/trunk/; revision=12987
This commit is contained in:
Larry Ewing
2001-09-19 20:42:49 +00:00
committed by Larry Ewing
parent 11c1a83ffc
commit 28b4ae90d7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-09-19 Larry Ewing <lewing@ximian.com>
* e-summary-tasks.c (generate_html): be sure to unref the
component.
2001-09-19 Iain Holmes <iain@ximian.com>
* e-summary-tasks.c (e_summary_tasks_protocol): Open a task editor.

View File

@ -261,9 +261,11 @@ generate_html (gpointer data)
text.value);
#endif
cal_component_free_icaltimetype (completed);
gtk_object_unref (comp);
continue;
}
gtk_object_unref (comp);
g_string_append (string, tmp);
g_free (tmp);
}