Bug 1300

Summary: Memory leaks in Time Service implementation
Product: TAO Reporter: Ossama Othman <ossama.othman>
Component: Time ServiceAssignee: DOC Center Support List (internal) <tao-support>
Status: ASSIGNED ---    
Severity: normal    
Priority: P3    
Version: 1.2.4   
Hardware: All   
OS: All   

Description Ossama Othman 2002-09-02 20:49:15 CDT
TAO's Time Service implementation leaks memory on each call to the factory 
methods in the CosTime::TimeService interface.  In particular, each of the 
methods in questions dynamically instantiates a servant, calls _this() on that 
servant, and leaks the servant upon exiting that method.

See the files:
  orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp
  orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp
Comment 1 Ossama Othman 2002-09-15 15:41:26 CDT
Accepted.