Ignore:
Timestamp:
Apr 16, 2009, 10:44:00 AM (15 years ago)
Author:
Christoph Mayer
Message:

-delete all messages that are queued for auto-links when the link gets dropped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/BaseCommunication.cpp

    r2483 r2802  
    490490                }
    491491
     492                //
     493                // delete all pending messages for the link that has been closed
     494                //
     495
     496                BOOST_FOREACH( Message* msg, linkDesc.waitingmsg ){
     497                        delete msg;
     498                }
     499
     500                linkDesc.waitingmsg.clear();
     501
     502                //
     503                // remove the link descriptor
     504                //
     505
    492506                removeLink( localLink );
    493507
Note: See TracChangeset for help on using the changeset viewer.