summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/info/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/info/Client.cpp')
-rw-r--r--cpp/test/Ice/info/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/info/Client.cpp b/cpp/test/Ice/info/Client.cpp
index b29a4c124d7..ba213462775 100644
--- a/cpp/test/Ice/info/Client.cpp
+++ b/cpp/test/Ice/info/Client.cpp
@@ -34,7 +34,7 @@ main(int argc, char* argv[])
try
{
- communicator = Ice::initialize(argc, argv);
+ communicator = ICE_COMMUNICATOR_HOLDER_RELEASE(Ice::initialize(argc, argv));
status = run(argc, argv, communicator);
}
catch(const Ice::Exception& ex)