From: Sean Huang (huangsean_at_[hidden])
Date: 2005-08-11 16:46:11


> I've tried putting on_thread_exit on the end of each thread and still
> it gives me this assertion error... I'm starting to think I'll have to
> hack the thread sources to leak or something...I searched the docs for
> COM and didnt found anything about...
>
> Thanks for sharing your experience,
> Felipe.
>
Have you made sure that all of your thread routines have returned before
main returns (threads could still be running but your thread routine should
finish)?

Sean