evolution

This commit is contained in:
dickelbeck 2007-08-22 05:21:57 +00:00
parent e6239e7456
commit 9febbe6ebe
2 changed files with 1 additions and 9 deletions

View File

@ -28,7 +28,7 @@ email address.
================================================================================ ================================================================================
+ administrative + administrative
Added copyright.h as a proposed copyright header for Mr. Charras's review. Added copyright.h as a proposed copyright header for Mr. Charras's review.
Added uncrustify.cfg the configuration program for "uncrustify" C++ beautifier. Added uncrustify.cfg, the configuration file for the "uncrustify" C++ beautifier.
2007-Aug-20 UPDATE Dick Hollenbeck <dick@softplc.com> 2007-Aug-20 UPDATE Dick Hollenbeck <dick@softplc.com>

View File

@ -197,14 +197,6 @@ public:
} }
~ARROWCOLLECTOR()
{
// empty list2nd so that ~list2nd() does not try and delete all
// the objects that it holds, it is not the owner of such objects
// and this prevents a double free()ing.
Empty2nd();
}
void Empty2nd() void Empty2nd()
{ {
list2nd.clear(); list2nd.clear();