Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io/setup.cfa

    rbfcf6b9 r8fc652e0  
    132132                // Wait for the io poller thread to finish
    133133
    134                 __destroy_pthread( iopoll.thrd, iopoll.stack, 0p );
     134                pthread_join( iopoll.thrd, 0p );
     135                free( iopoll.stack );
    135136
    136137                int ret = close(iopoll.epollfd);
Note: See TracChangeset for help on using the changeset viewer.