[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, 21 Apr 2005 20:41:27 -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 gonzalo@ximian.com.

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

--- shadow/74607	2005-04-21 10:40:30.000000000 -0400
+++ shadow/74607.tmp.27864	2005-04-21 20:41:27.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74607
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: Ubuntu Hoary with Mono from SVN (20050413)
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: larsde@key2network.com               
 QAContact: mono-bugs@ximian.com
@@ -150,6 +150,9 @@
 call GetInvocationList, and remove 2, you'll get 3; add another 3
 delegates, GetInvocationList will return 4, remove 3, and you still
 get 4.)
 
 The question still remains: Why does calling GetInvocationList behave
 in this fashion?
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-21 20:41 -------
+Fixed in HEAD (r43421)