From 71db92210dc268134c9eceec659ed8ea6a0e427e Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 10 Dec 2015 13:45:05 +0100 Subject: C++11 mapping adding CommunicatorHolder --- cpp/test/Ice/exceptions/Collocated.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/exceptions/Collocated.cpp') diff --git a/cpp/test/Ice/exceptions/Collocated.cpp b/cpp/test/Ice/exceptions/Collocated.cpp index a7b0f9d88ff..daa454beb09 100644 --- a/cpp/test/Ice/exceptions/Collocated.cpp +++ b/cpp/test/Ice/exceptions/Collocated.cpp @@ -46,7 +46,7 @@ main(int argc, char* argv[]) initData.properties->setProperty("Ice.MessageSizeMax", "10"); // 10KB max initData.properties->setProperty("Ice.Warn.Connections", "0"); initData.properties->setProperty("Ice.Warn.Dispatch", "0"); - communicator = Ice::initialize(argc, argv, initData); + communicator = ICE_COMMUNICATOR_HOLDER_RELEASE(Ice::initialize(argc, argv, initData)); status = run(argc, argv, communicator); } catch(const Ice::Exception& ex) -- cgit v1.2.3