FreeBSD Bugzilla – Attachment 12647 Details for
Bug 24345
pthread library libc_r causes memory leak at termination of joinable thread
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 363 bytes, created by
fishkin
on 2001-01-15 13:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
fishkin
Created:
2001-01-15 13:10:01 UTC
Size:
363 bytes
patch
obsolete
>--- uthread_join.c.orig Mon Jan 15 15:11:30 2001 >+++ uthread_join.c Mon Jan 15 15:12:34 2001 >@@ -117,6 +117,8 @@ > /* Return the thread's return value: */ > *thread_return = pthread->ret; > >+ pthread->attr.flags |= PTHREAD_DETACHED; >+ > _thread_leave_cancellation_point(); > > /* Return the completion status: */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24345
: 12647