[omniORB] Memory leaks

Duncan Grisby duncan at grisby.org
Tue Feb 27 11:18:45 GMT 2007


On Tuesday 27 February, "=?ISO-8859-1?Q?Aida_F=E1tima_Cano?=" wrote:

> When I stop my application, running under windows 2000, the Microsoft Visual
> C++ logs the following info debug (I have paste just some lines of it).
> 
> My code never pass trough "orb->destroy()". Could it be the cause of the
> memory leaks?

If you don't call orb->destroy(), you will have large numbers of leaks.
Once you've called destroy(), you shouldn't see any leaks due to
omniORB.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list