Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#7152 closed defect (fixed)

Memory leaks in libmythtv

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: minor Milestone: 0.24
Component: MythTV - General Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

In the error paths of doVbiThread, update_info and AddFilter? it is possible to leak memory.

Attachments (2)

libs_libmythtv-memory-leaks (2.1 KB) - added by Erik Hovland <erik@…> 15 years ago.
Fix memory leaks in the error path of a few functions
libs_libmythtv-memory-leaks-ticket-7152 (2.1 KB) - added by Erik Hovland <erik@…> 14 years ago.
Same patch as before but against trunk as of 2010-02-03

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Erik Hovland <erik@…>

Attachment: libs_libmythtv-memory-leaks added

Fix memory leaks in the error path of a few functions

Changed 14 years ago by Erik Hovland <erik@…>

Same patch as before but against trunk as of 2010-02-03

comment:1 Changed 14 years ago by stuartm

Resolution: fixed
Status: newclosed

(In [23866]) Patch from Erik Hovland, modified by me, to fix three memleaks in libmythtv. The first in the channel scanner, the second in the CC code of NVR and the third in the openglvideo renderer. The last two were less serious since they only occurred on an error condition. Fixes #7152

comment:2 Changed 14 years ago by stuartm

Milestone: unknown0.24
Note: See TracTickets for help on using tickets.