diff options
author | wilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-13 21:03:24 +0000 |
---|---|---|
committer | wilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-13 21:03:24 +0000 |
commit | 194c4ed872f8e65cfd7fa16940d8f87973f42140 (patch) | |
tree | 3f53cc6075ea3388db27c580dc287db9d0fd83d0 /ace/TSS_T.cpp | |
parent | 705c4e776ef32b85ad5b0f4f8cad53819215eef0 (diff) | |
download | ATCD-194c4ed872f8e65cfd7fa16940d8f87973f42140.tar.gz |
ChangeLogTag: Fri Aug 13 15:26:40 2004 Dale Wilson <wilson_d@ociweb.com>
Diffstat (limited to 'ace/TSS_T.cpp')
-rw-r--r-- | ace/TSS_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/TSS_T.cpp b/ace/TSS_T.cpp index ac474228bda..94f2f3cfc43 100644 --- a/ace/TSS_T.cpp +++ b/ace/TSS_T.cpp @@ -32,7 +32,7 @@ ACE_TSS<TYPE>::~ACE_TSS (void) // We can't call <ACE_OS::thr_keyfree> until *all* of the threads // that are using that key have done an <ACE_OS::thr_key_detach>. // Otherwise, we'll end up with "dangling TSS pointers." - ACE_OS::thr_key_detach (this); + ACE_OS::thr_key_detach (this->key_, this); } template <class TYPE> TYPE * |