evolution
This commit is contained in:
parent
e6239e7456
commit
9febbe6ebe
|
@ -28,7 +28,7 @@ email address.
|
|||
================================================================================
|
||||
+ administrative
|
||||
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>
|
||||
|
|
|
@ -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()
|
||||
{
|
||||
list2nd.clear();
|
||||
|
|
Loading…
Reference in New Issue