diff options
Diffstat (limited to 'cpp/test/Ice/inheritance/Server.cpp')
-rw-r--r-- | cpp/test/Ice/inheritance/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/inheritance/Server.cpp b/cpp/test/Ice/inheritance/Server.cpp index cec439b41d5..a09e8e488cd 100644 --- a/cpp/test/Ice/inheritance/Server.cpp +++ b/cpp/test/Ice/inheritance/Server.cpp @@ -39,7 +39,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) |