#172 closed Defect (fixed)
Fix pool memory leak
Reported by: | cluthi81 | Owned by: | titer |
---|---|---|---|
Priority: | High | Milestone: | Sometime |
Component: | libtransmission | Version: | Other |
Severity: | Major | Keywords: | memory leak |
Cc: | joshe |
Description
As found by dirty, the pool may be leaked.
--- libtransmission/completion.c (revision 1195) +++ libtransmission/completion.c (working copy) @@ -281,6 +281,7 @@ if( poolSize < 1 ) { + free( pool ); return -1; }
Change History (2)
comment:1 Changed 16 years ago by livings124
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 11 years ago by jordan
- Component changed from Transmission to libtransmission
- Priority changed from Highest to High
- Severity changed from Critical to Major
Note: See
TracTickets for help on using
tickets.
Fixed in [1197].