diff options
author | rpj <rpj> | 2005-06-03 08:32:43 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-06-03 08:32:43 +0000 |
commit | 15f1b0bc1f4feeca60ca1dda769928822d6c032a (patch) | |
tree | 26a3693fd7058745a2bd76e8c086dc4d16656049 /ptw32_processTerminate.c | |
parent | 1908d93b42b01cea49c886e2260fd70ac05becf7 (diff) |
''
Diffstat (limited to 'ptw32_processTerminate.c')
-rw-r--r-- | ptw32_processTerminate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ptw32_processTerminate.c b/ptw32_processTerminate.c index f80b99b..d2dfa7a 100644 --- a/ptw32_processTerminate.c +++ b/ptw32_processTerminate.c @@ -101,7 +101,6 @@ ptw32_processTerminate (void) /* * Destroy the global locks and other objects. */ - DeleteCriticalSection (&ptw32_once_event_lock); DeleteCriticalSection (&ptw32_spinlock_test_init_lock); DeleteCriticalSection (&ptw32_rwlock_test_init_lock); DeleteCriticalSection (&ptw32_cond_test_init_lock); |