[omniORB] The correct way to end a process; looking at deallocation

ERIKSSON,TOBIAS (A-Sweden,ex1) tobias_eriksson@agilent.com
Wed, 15 Aug 2001 15:47:16 +0200


Hi
 I've just been running purify on Solaris 2.5.1 and 2.8 and it seems like
the orb isn't deallocated properly.
 
 What is the proper way to end a process;

1) Should I call myORB->shutdown() ?

2) Should I call myORB->destroy() ?

3) Should I call myORB->destroy() and shutdown() ?

Regards
  Tobias