Changeset 556
- Timestamp:
- Jun 27, 2006 12:15:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
r508 r556 2373 2373 pjsip_tx_data_dec_ref(tsx->last_tx); 2374 2374 tsx->last_tx = ack_tdata; 2375 2376 /* This is a bug. 2377 tsx_send_msg() does NOT decrement tdata's reference counter, 2378 so if we add the reference counter here, tdata will have 2379 reference counter 2, causing it to leak. 2375 2380 pjsip_tx_data_add_ref(ack_tdata); 2381 */ 2376 2382 } 2377 2383
Note: See TracChangeset
for help on using the changeset viewer.