diff options
author | Michi Henning <michi@zeroc.com> | 2004-01-12 04:38:30 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-01-12 04:38:30 +0000 |
commit | 46c8f31b3177a15629b9e609da574893b13eaaf7 (patch) | |
tree | df5b30a96608f010a058138ea1244dd59b21e788 /cpp/include/IceUtil/GCShared.h | |
parent | Added missing initializer for the local variable "promote" in (diff) | |
download | ice-46c8f31b3177a15629b9e609da574893b13eaaf7.tar.bz2 ice-46c8f31b3177a15629b9e609da574893b13eaaf7.tar.xz ice-46c8f31b3177a15629b9e609da574893b13eaaf7.zip |
Fixed a race condition that could lead to deadlock of a thread tried to
join with another thread from within the destructor of a servant or
class.
Diffstat (limited to 'cpp/include/IceUtil/GCShared.h')
-rw-r--r-- | cpp/include/IceUtil/GCShared.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/GCShared.h b/cpp/include/IceUtil/GCShared.h index b83598d584b..54151640dd9 100644 --- a/cpp/include/IceUtil/GCShared.h +++ b/cpp/include/IceUtil/GCShared.h @@ -51,7 +51,6 @@ private: int _ref; bool _noDelete; - bool _adopted; friend class IceUtil::GC; }; |