Please report new issues athttps://github.com/DOCGroup
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
Accepted.