Opened 19 years ago
Closed 19 years ago
#1914 closed defect (fixed)
Memory leaks in mythtv-eit
Reported by: | 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)
Change History (6)
by , 19 years ago
Attachment: | valgrind_log.txt added |
---|
by , 19 years ago
Attachment: | eit_memleak_fixes.diff added |
---|
comment:1 by , 19 years ago
Milestone: | → 0.20 |
---|---|
Owner: | changed from | to
Version: | → head |
comment:2 by , 19 years ago
Owner: | changed from | to
---|
comment:3 by , 19 years ago
Note:
See TracTickets
for help on using tickets.
Thanks.
The streamdata leak has it's own ticket, it exists in svn-head as well.