Ignore:
Timestamp:
Mar 26, 2015 2:51:19 AM (9 years ago)
Author:
nanang
Message:

Re #1828:

  • Fixed failing regc test in pjsip-test due to modification in #1819.
  • Fixed assertion in destruction of SIP transport loop.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport_loop.c

    r4713 r5024  
    223223    loop->thread_quit_flag = 1; 
    224224    /* Unlock transport mutex before joining thread. */ 
    225     pj_lock_release(tp->lock); 
     225    /// This raised assertion failed "mutex->owner == pj_thread_this()", 
     226    /// where mutex->owner==NULL 
     227    //pj_lock_release(tp->lock); 
    226228    pj_thread_join(loop->thread); 
    227229    pj_thread_destroy(loop->thread); 
Note: See TracChangeset for help on using the changeset viewer.