summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
Diffstat (limited to 'java/src')
-rw-r--r--java/src/Ice/ObjectAdapterI.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/src/Ice/ObjectAdapterI.java b/java/src/Ice/ObjectAdapterI.java
index bccbf33da4d..b2d58493082 100644
--- a/java/src/Ice/ObjectAdapterI.java
+++ b/java/src/Ice/ObjectAdapterI.java
@@ -233,6 +233,11 @@ public class ObjectAdapterI extends LocalObjectImpl implements ObjectAdapter
}
}
+ //
+ // We're done, we can now throw away all the servant locators.
+ //
+ _locatorMap.clear();
+
synchronized(this)
{
//