Ticket #267 (assigned defect)
LEAP timer memory leak
| Reported by: | hafe | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Release 4 |
| Component: | LEAP | Version: | 2.0.0 |
| Keywords: | Cc: | ||
| patch waiting for maintainer: | no |
Description
Services using timers like CKPT experience a slow but measurable increase in memory use over time (process ncs_cpnd). Of course depending of the application.
The LEAP timer control block is approximately 64 bytes and will not be returned until the timer has expired. The function ncs_tmr_free() does not free the memory, it just change the state of the timer.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
