From: Joe Shaw Date: Sun, 13 Mar 2005 01:13:22 +0000 (+0000) Subject: 2005-03-12 Joe Shaw X-Git-Tag: dbus-0.32.0~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7857193391cb77ffc7a8d107a87d24f0cf4be337;p=thirdparty%2Fdbus.git 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 --- diff --git a/ChangeLog b/ChangeLog index e53c2b175..092b90a9c 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,