Skip to content

Commit

Permalink
Barrier check correct delete
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Oct 11, 2016
1 parent 793c1a9 commit 02088f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testBarrier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void TestBarrier( uint32_t threads, const std::atomic_bool &abort )
thread.wait_for( std::chrono::milliseconds( 200 ) );
}

delete check;
delete[] check;
}

/*
Expand Down

0 comments on commit 02088f2

Please sign in to comment.