[omniORB] Memory leaks reported in MVC 6.0

Duncan Grisby duncan@grisby.org
Mon Feb 17 12:42:01 2003


On Thursday 13 February, "Tucknott, Matthew" wrote:

[...]
>   m_orb->destroy
> 
> in the destructor
> 
> but I still get the following leakes ( I have only included a few of them)

You failed to tell us what omniORB version you are using. Versions
before 4.0.0 allocate some static objects that are never deleted. They
are one-off allocations, so they are not an ongoing leak. omniORB
4.0.0 does clean the static objects up, but only when the omniORB
libraries are unloaded.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --