[Mono-bugs] [Bug 74607][Wis] Changed - Delegate InvocationList not correctly updated when events are unhooked

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Apr 2005 13:15:10 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by larsde@key2network.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74607

--- shadow/74607	2005-04-14 13:14:07.000000000 -0400
+++ shadow/74607.tmp.6954	2005-04-14 13:15:10.000000000 -0400
@@ -108,6 +108,11 @@
 		s.Fire();
 		
 		System.Console.WriteLine("Works correctly, but delegate serializes
 incorrectly");
 	}
 }
+
+------- Additional Comments From larsde@key2network.com  2005-04-14 13:15 -------
+Created an attachment (id=14937)
+Compile and run to reproduce error
+