FreeBSD Bugzilla – Attachment 5650 Details for
Bug 13368
Memory leak in -current pthreads select() implementation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 475 bytes, created by
steve
on 1999-08-25 05:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
steve
Created:
1999-08-25 05:20:01 UTC
Size:
475 bytes
patch
obsolete
>*** uthread_exit.c.orig Thu Aug 5 19:16:47 1999 >--- uthread_exit.c Tue Aug 24 23:42:51 1999 >*************** >*** 134,139 **** >--- 134,145 ---- > _thread_cleanupspecific(); > } > >+ /* Free thread-specific poll_data structure, if allocated */ >+ if (_thread_run->poll_data.fds != NULL) { >+ free(_thread_run->poll_data.fds); >+ _thread_run->poll_data.fds = NULL; >+ } >+ > /* > * Defer signals to protect the scheduling queues from access > * by the signal handler:
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 13368
: 5650