Commit 9febbe6e authored by dickelbeck's avatar dickelbeck

evolution

parent e6239e74
...@@ -28,7 +28,7 @@ email address. ...@@ -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>
......
...@@ -197,14 +197,6 @@ public: ...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment