[omniORB] MS VC report memory leaks when using orb::shutdown()

Luke Deller ldeller at xplantechnology.com
Thu Mar 4 10:11:00 GMT 2004


hexiong.ict wrote:

> I used OmniORB3.0.4.

...

> In the client program,
> when I call the shutdown() method, the server shutdown.
> But VC report many memory leaks.
> why?

Here's the answer from the OmniORB FAQ located at:
http://omniorb.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions#head-fe83deada9519db313644d47b84ce9aaee8ce743

Q. MSVC reports memory leaks. Why?

omniORB 3.0.x and earlier heap allocates a number of one-off things,
which are never deleted. They are all singletons, so they do not cause
the process to grow over time. omniORB 4.0 cleans these singletons; in
earlier versions, they are nothing to worry about

Regards,
Luke.




More information about the omniORB-list mailing list