Re: Memory management for detached omni threads

Thomas Braun via omniORB-list <[email protected]> Fri, 14 Mar 2025 14:31:19 +0100
Newsgroups gmane.comp.corba.omniorb.user
Message-ID <[email protected]>
Am Freitag, dem 14.03.2025 um 12:06 +0000 schrieb Duncan Grisby:
> On Thu, 2025-03-13 at 21:01 +0100, Thomas Braun via omniORB-list
> wrote:

[...]

> > But what I don't understand is why this does not leak memory?
> 
> Because when the thread exits, the omni_thread object is deleted.

Thanks, that's the answer I was hoping for.