Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 12:09:56 PM (18 years ago)
Author:
patrick
Message:

cleaned up a smaller memory leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/message_manager.cc

    r9542 r9555  
    253253      {
    254254
     255        PRINTF(0)("<<< MessageManager: got msg with type: %i, from sender %i, to rec: %i\n", messageType, senderId, destinationId);
    255256      // call the handler function and handle errors
    256257        if ( !(*(messageHandlerMap[(MessageType)messageType].cb))( (MessageType)messageType, data + i, messageLength,
     
    271272          incomingMessageQueue.push_back( msg );
    272273        }
    273         PRINTF(0)("<<< MessageManager: got msg with type: %i, from sender %i, to rec: %i\n", messageType, senderId, destinationId);
    274274      }
    275275      // or else forward the message to the other servers
Note: See TracChangeset for help on using the changeset viewer.