diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/ServerAMD.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/ServerAMD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/ServerAMD.cpp b/cpp/test/Ice/exceptions/ServerAMD.cpp index 4bcc7bc89cb..8872ec6c584 100644 --- a/cpp/test/Ice/exceptions/ServerAMD.cpp +++ b/cpp/test/Ice/exceptions/ServerAMD.cpp @@ -54,7 +54,7 @@ main(int argc, char* argv[]) initData.properties->setProperty("TestAdapter2.MessageSizeMax", "0"); initData.properties->setProperty("TestAdapter3.Endpoints", "default -p 12012"); initData.properties->setProperty("TestAdapter3.MessageSizeMax", "1"); - 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) |