diff options
author | rpj <rpj> | 2005-04-28 04:41:25 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-28 04:41:25 +0000 |
commit | 1abb2a28b3947feaf38a85b59e3f3a8c03804ceb (patch) | |
tree | dc66cbad6f00d7a685d79790c9626bda58bf8f4f /ptw32_processTerminate.c | |
parent | 7966f36b14fe041eba56283d424cee997c390016 (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); |