Fix memory leak in pthread_getattr_np
* thread.cc (pthread_getattr_np): Fix memory leak, remove usage of malloc for small local buffer. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -39,3 +39,5 @@ Bug Fixes
|
||||
|
||||
- Fix EIO error accessing certain (OS X SMB?) drives
|
||||
Addresses: https://cygwin.com/ml/cygwin/2015-09/msg00229.html
|
||||
|
||||
- Fix memory leak in calls to pthread_getattr_np.
|
||||
|
Reference in New Issue
Block a user