CVSROOT:        /sources/dotgnu-pnet
Module name:    pnetlib
Changes by:     Klaus Treichel <ktreichel>      06/06/15 07:01:55

Modified files:
        .              : ChangeLog 
        runtime/System : MulticastDelegate.cs 

Log message:
        2006-06-15  Klaus Treichel  <[EMAIL PROTECTED]>
        
                * runtime/System/MulticastDelegate.s: Remove the commented 
buggy code in
                ListMatch.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/ChangeLog?cvsroot=dotgnu-pnet&r1=1.2426&r2=1.2427
http://cvs.savannah.gnu.org/viewcvs/pnetlib/runtime/System/MulticastDelegate.cs?cvsroot=dotgnu-pnet&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.2426
retrieving revision 1.2427
diff -u -b -r1.2426 -r1.2427
--- ChangeLog   12 Jun 2006 13:52:36 -0000      1.2426
+++ ChangeLog   15 Jun 2006 07:01:54 -0000      1.2427
@@ -1,3 +1,8 @@
+2006-06-15  Klaus Treichel  <[EMAIL PROTECTED]>
+
+       * runtime/System/MulticastDelegate.s: Remove the commented buggy code in
+       ListMatch.
+
 2006-06-12  Heiko Weiss  <[EMAIL PROTECTED]>
        
        * System.Windows.Forms/Form.cs: workaround for bug #16734.

Index: runtime/System/MulticastDelegate.cs
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/runtime/System/MulticastDelegate.cs,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- runtime/System/MulticastDelegate.cs 5 May 2006 14:39:08 -0000       1.10
+++ runtime/System/MulticastDelegate.cs 15 Jun 2006 07:01:55 -0000      1.11
@@ -164,16 +164,6 @@
                                        {
                                                return false;
                                        }
-                                       /* brubbel: is here the memory leak ?
-                                       if(((Object)list) == null)
-                                       {
-                                               return (((Object)d) == null);
-                                       }
-                                       else if(((Object)d) == null)
-                                       {
-                                               return false;
-                                       }
-                                       */
                                }
                                return false;
                        }


_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits

Reply via email to