Opened 16 years ago
Closed 16 years ago
Last modified 15 years ago
#9306 closed Patch - Bug Fix (Fixed)
Fix 'leak' in EIT fixup
| Reported by: | Owned by: | Stuart Auchterlonie | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - EIT | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
EITHelper uses [] to make lookups in fixup. Unfortunately this have the side effect of adding an item to the to the map is none exists. In my case ~500 items are added to the map (for reference my DVB-C provider is Yousee)
The fix replaces fixup[] with fixup.value()
Attachments (1)
Change History (5)
by , 16 years ago
| Attachment: | mythtv_fix_fixp_leak.patch added |
|---|
comment:1 by , 16 years ago
| Milestone: | 0.24.1 → unknown |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Status: | assigned → accepted |
comment:3 by , 16 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | accepted → closed |
Fixed for head in https://github.com/MythTV/mythtv/commit/e13770434 Fixed for 0.24 in https://github.com/MythTV/mythtv/commit/c6c50dfba
comment:4 by , 15 years ago
Refs #9306. Fixes a memory leak in the EIT scanner.
Changeset: e13770434e5cfe8dd0d75720352a8fd4d87f46e5
Note:
See TracTickets
for help on using tickets.

Rune, please read the TicketHowTo - don't set the milestone, that's for the developers to decide.