Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#9306 closed Patch - Bug Fix (Fixed)

Fix 'leak' in EIT fixup

Reported by: Rune Petersen <rune@…> 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)

mythtv_fix_fixp_leak.patch (1.8 KB) - added by Rune Petersen <rune@…> 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by Rune Petersen <rune@…>

Attachment: mythtv_fix_fixp_leak.patch added

comment:1 Changed 13 years ago by Kenni Lund [kenni a kelu dot dk]

Milestone: 0.24.1unknown
Status: newassigned

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

comment:2 Changed 13 years ago by Stuart Auchterlonie

Milestone: unknown0.25
Status: assignedaccepted

comment:3 Changed 13 years ago by Stuart Auchterlonie

Resolution: Fixed
Status: acceptedclosed

comment:4 Changed 13 years ago by Stuart Auchterlonie

Refs #9306. Fixes a memory leak in the EIT scanner.

Changeset: e13770434e5cfe8dd0d75720352a8fd4d87f46e5

Note: See TracTickets for help on using tickets.