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

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

[Dotgnu-pnet-commits] CVS: pnet/image class.c,1.20,1.21


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/image class.c,1.20,1.21
Date: Sun, 23 Feb 2003 19:57:49 -0500

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv7358/image

Modified Files:
        class.c 
Log Message:


_ILClassRemoveAllFromHash: remove the namespace entries from
"context->namespaceHash" when destroying an ILImage.  Fixes
a crash bug in "ilfind".


Index: class.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/class.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** class.c     23 Feb 2003 02:28:19 -0000      1.20
--- class.c     24 Feb 2003 00:57:46 -0000      1.21
***************
*** 482,485 ****
--- 482,487 ----
        ILHashRemoveSubset(image->context->classHash,
                                           (ILHashMatchFunc)ClassRemove_Match, 
image, 0);
+       ILHashRemoveSubset(image->context->namespaceHash,
+                                          (ILHashMatchFunc)ClassRemove_Match, 
image, 0);
  }
  





reply via email to

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