summaryrefslogtreecommitdiff
path: root/tests/Client_Leaks/child.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Client_Leaks/child.cpp')
-rw-r--r--tests/Client_Leaks/child.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Client_Leaks/child.cpp b/tests/Client_Leaks/child.cpp
index 01379f1c35d..e2585d5704e 100644
--- a/tests/Client_Leaks/child.cpp
+++ b/tests/Client_Leaks/child.cpp
@@ -3,8 +3,6 @@
#include "Process.h"
#include "ace/Get_Opt.h"
-ACE_RCSID(Client_Leaks, server, "$Id$")
-
int
ACE_TMAIN(int argc, ACE_TCHAR *argv[])
{
@@ -49,7 +47,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
PortableServer::POAManager_var poa_manager =
root_poa->the_POAManager ();
- Process *process_impl;
+ Process *process_impl = 0;
ACE_NEW_RETURN (process_impl,
Process (orb.in ()),
1);