summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.cpp')
-rw-r--r--ace/OS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.cpp b/ace/OS.cpp
index 90dcc05c61e..aea4594fbd0 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -6006,7 +6006,7 @@ ACE_OS_CString::ACE_OS_CString (const char *s)
# define ACE_OS_PREALLOCATE_OBJECT(TYPE, ID)\
{\
- TYPE *obj_p;\
+ TYPE *obj_p = 0;\
ACE_NEW_RETURN (obj_p, TYPE, -1);\
preallocated_object[ID] = (void *) obj_p;\
}