diff options
Diffstat (limited to 'cpp/test/Ice/enums/Client.cpp')
-rw-r--r-- | cpp/test/Ice/enums/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/enums/Client.cpp b/cpp/test/Ice/enums/Client.cpp index 408f6519364..7885e0319be 100644 --- a/cpp/test/Ice/enums/Client.cpp +++ b/cpp/test/Ice/enums/Client.cpp @@ -36,7 +36,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) |