summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Repository.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-29 14:44:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-29 14:44:41 +0000
commitf8a9c471406905e823ad978bc2710e8c76936306 (patch)
treede9423eea0fe295396f419edff4157844ba82e46 /ACE/ace/Service_Repository.cpp
parentaa6ca3cf321927d44a09855a4cabec677ddbdf98 (diff)
downloadATCD-f8a9c471406905e823ad978bc2710e8c76936306.tar.gz
Mon Oct 29 14:44:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Service_Repository.cpp')
-rw-r--r--ACE/ace/Service_Repository.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Service_Repository.cpp b/ACE/ace/Service_Repository.cpp
index 1ae307607b2..582f3a2729f 100644
--- a/ACE/ace/Service_Repository.cpp
+++ b/ACE/ace/Service_Repository.cpp
@@ -109,7 +109,7 @@ ACE_Service_Repository::open (size_t size)
{
ACE_TRACE ("ACE_Service_Repository::open");
- ACE_Service_Type **temp;
+ ACE_Service_Type **temp = 0;
ACE_NEW_RETURN (temp,
ACE_Service_Type *[size],