diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-02-04 13:15:54 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-02-04 13:15:54 +0000 |
commit | 92d00865903d98a5420329ea36283990d6e01104 (patch) | |
tree | f0ecf4b89d61e230d0bd2e7dc6daf11cc6afe772 /cpp/src/IcePack/LocatorI.cpp | |
parent | Added demo.dsw and removed demo.sln. (diff) | |
download | ice-92d00865903d98a5420329ea36283990d6e01104.tar.bz2 ice-92d00865903d98a5420329ea36283990d6e01104.tar.xz ice-92d00865903d98a5420329ea36283990d6e01104.zip |
Fixed memory leak and race condition in adapter activation.
Diffstat (limited to 'cpp/src/IcePack/LocatorI.cpp')
-rw-r--r-- | cpp/src/IcePack/LocatorI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/LocatorI.cpp b/cpp/src/IcePack/LocatorI.cpp index 5f87a60a5af..3568d22a345 100644 --- a/cpp/src/IcePack/LocatorI.cpp +++ b/cpp/src/IcePack/LocatorI.cpp @@ -27,7 +27,7 @@ public: _locator(locator), _id(id), _adapter(adapter) { } - + virtual void ice_response(const ::Ice::ObjectPrx& obj) { assert(obj); |