[asterisk-dev] Re: [asterisk-commits] russell: trunk r53047 - in /trunk: ./ apps/ channels/ main/ pbx/

Kevin P. Fleming kpfleming at digium.com
Wed Jan 31 16:33:11 MST 2007


asterisk-commits at lists.digium.com wrote:
> r53045 | russell | 2007-01-31 15:25:11 -0600 (Wed, 31 Jan 2007) | 3 lines
> 
> Fix a bunch of places where pthread_attr_init() was called, but
> pthread_attr_destroy() was not.

In trunk, we should probably stop creating a pthread_attr object every
time we need one (since they can be re-used), and instead just have a
global one (or two) that are setup the way we want.

A simple janitor task for someone :-)


More information about the asterisk-dev mailing list