2006-03-14 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Wed, 15 Mar 2006 06:31:10 +0000 (06:31 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:36 +0000 (21:06 +0400)
* libatomic_ops-1.1/config.log: remove.
* tests/thread_leak_test.c: Add GC_INIT call.

tests/thread_leak_test.c

index 5f183cf..ac93ae0 100644 (file)
@@ -24,6 +24,7 @@ main() {
     pthread_t t[NTHREADS];
     int code;
 
+    GC_INIT();
     for (i = 0; i < NTHREADS; ++i) {
        if ((code = pthread_create(t + i, 0, test, 0)) != 0) {
            printf("Thread creation failed %d\n", code);