Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/yield.cpp

    r8fe35be r3b80db8  
    3333                {
    3434                        threads_left = nthreads;
    35                         Fibre ** threads = new Fibre *[nthreads]();
     35                        Fibre * threads[nthreads];
    3636                        for(unsigned i = 0; i < nthreads; i++) {
    3737                                threads[i] = new Fibre();
     
    5252                                fibre_join( threads[i], nullptr );
    5353                        }
    54                         delete[] threads;
    5554                }
    5655
Note: See TracChangeset for help on using the changeset viewer.