diff options
Diffstat (limited to 'ace/Svc_Conf_y.cpp')
-rw-r--r-- | ace/Svc_Conf_y.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Conf_y.cpp b/ace/Svc_Conf_y.cpp index 14599c9fe6b..ff8b0e98472 100644 --- a/ace/Svc_Conf_y.cpp +++ b/ace/Svc_Conf_y.cpp @@ -865,7 +865,7 @@ case 30: u_int flags = ACE_Service_Type::DELETE_THIS | (ace_yyvsp[-1].location_node_->dispose () == 0 ? 0 : ACE_Service_Type::DELETE_OBJ); - ACE_Service_Object_Exterminator gobbler; + ACE_Service_Object_Exterminator gobbler = 0; void *sym = ace_yyvsp[-1].location_node_->symbol (&gobbler); if (sym != 0) |