summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.y
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Svc_Conf.y')
-rw-r--r--ace/Svc_Conf.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf.y b/ace/Svc_Conf.y
index a263dbd5dae..90bc6343ba3 100644
--- a/ace/Svc_Conf.y
+++ b/ace/Svc_Conf.y
@@ -205,7 +205,7 @@ svc_location
u_int flags
= ACE_Service_Type::DELETE_THIS
| ($3->dispose () == 0 ? 0 : ACE_Service_Type::DELETE_OBJ);
- ACE_Service_Object_Exterminator gobbler;
+ ACE_Service_Object_Exterminator gobbler = 0;
void *sym = $3->symbol (&gobbler);
if (sym != 0)