From 804831ef758fe29fcaecd68979e1ee4e40b38850 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 18 Sep 2006 16:08:10 +0000 Subject: Chain up to parent's finalize() method. 2006-09-18 Matthew Barnes * camel-gw-listener.c: (finalize) Chain up to parent's finalize() method. svn path=/trunk/; revision=32785 --- plugins/groupwise-account-setup/camel-gw-listener.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/groupwise-account-setup/camel-gw-listener.c') diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c index f9622d15ac..5634bf65fb 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.c +++ b/plugins/groupwise-account-setup/camel-gw-listener.c @@ -118,6 +118,8 @@ finalize (GObject *object) } g_list_free (groupwise_accounts); + + G_OBJECT_CLASS (parent_class)->finalize (object); } /*determines whehter the passed in account is groupwise or not by looking at source url */ -- cgit v1.2.3