From 7857193391cb77ffc7a8d107a87d24f0cf4be337 Mon Sep 17 00:00:00 2001 From: Joe Shaw Date: Sun, 13 Mar 2005 01:13:22 +0000 Subject: 2005-03-12 Joe Shaw * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy classes that disconnects the signal handler delegate from the service object. Fixes a big leak of proxy objects on the client side of things. Patch from Ben Maurer --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e53c2b17..092b90a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-03-12 Joe Shaw + + * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy + classes that disconnects the signal handler delegate from the + service object. Fixes a big leak of proxy objects on the + client side of things. Patch from Ben Maurer + + 2005-03-12 Colin Walters * bus/driver.c (write_args_for_direction): New function, -- cgit