Changes in / [22a2b763:a825eeb0] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/async.c

    r22a2b763 ra825eeb0  
    18461846       
    18471847        fibril_mutex_lock(&async_sess_mutex);
    1848 
    1849         int rc = async_hangup_internal(sess->phone);
    18501848       
    18511849        while (!list_empty(&sess->exch_list)) {
     
    18601858        }
    18611859
     1860        int rc = async_hangup_internal(sess->phone);
    18621861        free(sess);
    18631862       
Note: See TracChangeset for help on using the changeset viewer.