On Wed, 2014-09-03 at 11:31 +0300, Slava Monich wrote:
> By default, a new thread is created in a joinable state.

Applied with the following commit message:

Unless the threads are created as detached (or joined, which is not the
case here), not all resources will be released when the thread exits.
If not handled, this causes unlimited memory usage over time.


        Patrik


_______________________________________________
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman

Reply via email to