Ignore:
Timestamp:
Mar 1, 2006 7:28:08 PM (18 years ago)
Author:
bennylp
Message:

Fixed bug where rdata is not reset properly causing memory to grow indefinitely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_transport.h

    r145 r252  
    164164        /** The transport object which received this packet. */ 
    165165        pjsip_transport         *transport; 
     166 
     167        /** Other transport specific data to be attached to this buffer. */ 
     168        void                    *tp_data; 
    166169 
    167170        /** Ioqueue key. */ 
Note: See TracChangeset for help on using the changeset viewer.