From 6d353978e7f9ad61636d40f8713fa1b5c649ca54 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 8 May 2001 19:44:46 +0000 Subject: unref the property bag when we finish with it 2001-05-08 JP Rosevear * gui/e-itip-control.c (e_itip_control_factory): unref the property bag when we finish with it * gui/evolution-calendar-control.c (calendar_properties_init): ditto * gui/control-factory.c (calendar_properties_init): ditto * gui/calendar-summary.c (create_summary_view): ditto svn path=/trunk/; revision=9719 --- calendar/gui/tasks-control.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/tasks-control.c') diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c index eb99241262..d3154de0d6 100644 --- a/calendar/gui/tasks-control.c +++ b/calendar/gui/tasks-control.c @@ -109,6 +109,7 @@ tasks_control_properties_init (BonoboControl *control, 0); bonobo_control_set_properties (control, pbag); + bonobo_object_unref (BONOBO_OBJECT (pbag)); } -- cgit v1.2.3