Opened 18 years ago

Closed 18 years ago

#1914 closed defect (fixed)

Memory leaks in mythtv-eit

Reported by: Janne <janne-mythtv@…> Owned by: Stuart Auchterlonie
Priority: minor Milestone: 0.20
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

in the mythtv-eit branch are several memory leaks. attached patch fixes one in eitcache.

valgrind log attched. looks like we are leaking streamdata. most of the other leaks should fixed if the streamdata leak is fixed.

Attachments (2)

valgrind_log.txt (20.4 KB) - added by Janne <janne-mythtv@…> 18 years ago.
eit_memleak_fixes.diff (449 bytes) - added by Janne <janne-mythtv@…> 18 years ago.

Download all attachments as: .zip

Change History (6)

Changed 18 years ago by Janne <janne-mythtv@…>

Attachment: valgrind_log.txt added

Changed 18 years ago by Janne <janne-mythtv@…>

Attachment: eit_memleak_fixes.diff added

comment:1 Changed 18 years ago by danielk

Milestone: 0.20
Owner: changed from Isaac Richards to danielk
Version: head

Thanks.

The streamdata leak has it's own ticket, it exists in svn-head as well.

comment:2 Changed 18 years ago by danielk

Owner: changed from danielk to Stuart Auchterlonie

comment:3 Changed 18 years ago by Stuart Auchterlonie

(In [10160]) Refs #1914, applies Janne's patch to plug one of the leaks in mythtv-eit branch

comment:4 Changed 18 years ago by Stuart Auchterlonie

Resolution: fixed
Status: newclosed

(In [10221]) Closes #1914. When we find a broken Partial PES packet we need to clean it up rather than ignore it.

Note: See TracTickets for help on using tickets.