Opened 10 years ago
Closed 10 years ago
#3567 closed Bug (fixed)
Minor memory leak in pthread_create()
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 2.10 |
Component: | libtransmission | Version: | 2.04 |
Severity: | Normal | Keywords: | |
Cc: |
Description
On Linux 2.6.34.6-54.fc13.i686.PAE this translates into a 136 bytes lost per thread created.
Full description: http://tread.wordpress.com/2007/02/26/valgrind-and-pthread_create-memory-leak/
The fix: http://gelorakan.wordpress.com/2007/11/26/pthead_create-valgrind-memory-leak-solved/
Change History (3)
comment:1 Changed 10 years ago by charles
- Owner changed from backport-2.0x to charles
- Status changed from new to assigned
comment:2 Changed 10 years ago by charles
comment:3 Changed 10 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed in trunk by r11227.