summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier2/Blobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Glacier2/Blobject.cpp')
-rw-r--r--cpp/src/Glacier2/Blobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier2/Blobject.cpp b/cpp/src/Glacier2/Blobject.cpp
index c6d2021f50c..011850c0905 100644
--- a/cpp/src/Glacier2/Blobject.cpp
+++ b/cpp/src/Glacier2/Blobject.cpp
@@ -161,7 +161,7 @@ Glacier2::Blobject::invoke(ObjectPrx& proxy, const AMD_Object_ice_invokePtr& amd
//
// Create a new request and add it to the request queue.
//
- assert(_requestQueue);
+ assert(_requestQueue); // Destroyed?
if(proxy->ice_isTwoway())
{
AMI_Object_ice_invokePtr amiCB = new Glacier2CB(amdCB);