diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-13 20:13:27 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-13 20:13:27 +0000 |
commit | b69d2e5eccdb0a86a58cd67d3d15cbc8e5779e80 (patch) | |
tree | 062d151c42947f4cc0ec4f9ffc5ce687b7610995 /tests | |
parent | 5ac1367b4c89a42ec0d8b1dd83b73454be383f23 (diff) | |
download | ATCD-b69d2e5eccdb0a86a58cd67d3d15cbc8e5779e80.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Barrier_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Barrier_Test.cpp b/tests/Barrier_Test.cpp index e4e98c86f7e..50fc1502057 100644 --- a/tests/Barrier_Test.cpp +++ b/tests/Barrier_Test.cpp @@ -75,7 +75,7 @@ main (int, char *[]) ACE_Barrier tester_barrier (n_threads); ACE_hthread_t *thread_handles; - ACE_NEW_RETURN (thread_handles, ACE_hthread_t, -1); + ACE_NEW_RETURN (thread_handles, ACE_hthread_t[n_threads], -1); Tester_Args args (tester_barrier, n_iterations); |