Ignore:
Timestamp:
Feb 13, 2015 11:34:26 AM (9 years ago)
Author:
ming
Message:

Fixed #1815: Race condition of STUN transaction destruction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_transaction.c

    r4717 r4983  
    139139 
    140140 
     141PJ_DEF(pj_status_t) pj_stun_client_tsx_destroy(pj_stun_client_tsx *tsx) 
     142{ 
     143    /* 
     144     * Currently tsx has no objects to destroy so we don't need to do anything 
     145     * here. 
     146     */ 
     147    /* pj_stun_client_tsx_stop(tsx); */ 
     148    return PJ_SUCCESS; 
     149} 
     150 
    141151/* 
    142152 * Destroy transaction immediately. 
Note: See TracChangeset for help on using the changeset viewer.