Ignore:
Timestamp:
Sep 30, 2010, 4:34:31 PM (14 years ago)
Author:
Christoph Mayer
Message:

-memleaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp

    r6919 r8606  
    184184        }
    185185
     186        virtual ~chord_routing_table() {
     187                BOOST_FOREACH( finger_table* f, this->finger){
     188                        delete f;
     189                }
     190        }
     191
    186192        /// check whether a node could fit the routing table
    187193        bool is_insertable( const nodeid_t& value ) {
Note: See TracChangeset for help on using the changeset viewer.