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:
@ -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.
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user