]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a memory leak: free the thread-specific poll_data, used in the select()
authordt <dt@FreeBSD.org>
Mon, 30 Aug 1999 15:45:42 +0000 (15:45 +0000)
committerdt <dt@FreeBSD.org>
Mon, 30 Aug 1999 15:45:42 +0000 (15:45 +0000)
commit0c0843ee5ccb3f63c49a7656ae2c80c28020726f
treeebbbcbd18e99bf1b48db2d0bbd1b07636f58e3c8
parent7b6ca448b139defb098de9a60816d7383e532293
Fix a memory leak: free the thread-specific poll_data, used in the select()
implementation.

PR: 13368
Submitted by: Steve Bernacki, Jr. <steve@copacetic.net>
lib/libc_r/uthread/uthread_exit.c
lib/libkse/thread/thr_exit.c
lib/libpthread/thread/thr_exit.c