Ignore:
Timestamp:
May 25, 2007 11:39:39 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #300: Assertion error or handle leak when creating thread with SUSPENDED state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_core_unix.c

    r1266 r1304  
    357357 
    358358    /* Check if suspension is required. */ 
    359     if (rec->suspended_mutex) 
     359    if (rec->suspended_mutex) { 
    360360        pj_mutex_lock(rec->suspended_mutex); 
     361        pj_mutex_unlock(rec->suspended_mutex); 
     362    } 
    361363 
    362364    PJ_LOG(6,(rec->obj_name, "Thread started")); 
Note: See TracChangeset for help on using the changeset viewer.