2005-03-12 Joe Shaw <joeshaw@novell.com>
authorJoe Shaw <joeshaw@novell.com>
Sun, 13 Mar 2005 01:13:22 +0000 (01:13 +0000)
committerJoe Shaw <joeshaw@novell.com>
Sun, 13 Mar 2005 01:13:22 +0000 (01:13 +0000)
* 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
<bmaurer@ximian.com>

ChangeLog

index e53c2b1..092b90a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-03-12  Joe Shaw  <joeshaw@novell.com>
+                                                                                
+       * 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
+       <bmaurer@ximian.com>
+
 2005-03-12  Colin Walters  <walters@verbum.org>
 
        * bus/driver.c (write_args_for_direction): New function,