Opened 16 years ago

Closed 16 years ago

#4601 closed patch (fixed)

memory leak in MP3ADUdeinterleaver

Reported by: erik@… Owned by: Janne Grunau
Priority: trivial Milestone: 0.21
Component: mythtv Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The class MP3ADUdeinterleaver allocates a new frames object in the constructor. But there is no corresponding delete in the destructor.

This would cause a small memory leak if objects of this class are instantiated.

Attachments (1)

mythtv-ctor-dtor-leak (798 bytes) - added by erik@… 16 years ago.
patch to fix ctor/dtor memory leak

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by erik@…

Attachment: mythtv-ctor-dtor-leak added

patch to fix ctor/dtor memory leak

comment:1 Changed 16 years ago by Janne Grunau

Owner: changed from Isaac Richards to Janne Grunau
Status: newaccepted

comment:2 Changed 16 years ago by Janne Grunau

fixed by [15917]

comment:3 Changed 16 years ago by Janne Grunau

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.