dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Collections Hashtable.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Collections Hashtable.cs, 1.11, 1.12
Date: Wed, 20 Aug 2003 07:50:33 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Collections
In directory subversions:/tmp/cvs-serv16957/runtime/System/Collections

Modified Files:
        Hashtable.cs 
Log Message:


Clear the "info" field after hashtable de-serialization is complete.


Index: Hashtable.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Collections/Hashtable.cs,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** Hashtable.cs        20 Aug 2003 05:00:08 -0000      1.11
--- Hashtable.cs        20 Aug 2003 11:50:31 -0000      1.12
***************
*** 397,401 ****
                        {
                                // Save the serialization information for the 
later call
!                               // to "OnDeserializationCallback".
                                this.info = info;
                        }
--- 397,401 ----
                        {
                                // Save the serialization information for the 
later call
!                               // to "OnDeserialization".
                                this.info = info;
                        }
***************
*** 947,950 ****
--- 947,953 ----
                                        Add(keys[posn], values[posn]);
                                }
+ 
+                               // De-serialization is finished.
+                               info = null;
                        }
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]