Bug 1300 - Memory leaks in Time Service implementation
Summary: Memory leaks in Time Service implementation
Status: ASSIGNED
Alias: None
Product: TAO
Classification: Unclassified
Component: Time Service (show other bugs)
Version: 1.2.4
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2002-09-02 20:49 CDT by Ossama Othman
Modified: 2002-09-15 15:41 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.