Opened 16 years ago

Closed 16 years ago

#4307 closed defect (fixed)

[PATCH] NVR fix text buffer mem leak

Reported by: Shane Shrybman <gnome42@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The text buffers are allocated at recorder setup time. Therefore, no need to allocate them again in NVR::Reset().

(cut'n'paste error possibly?)

Shane

Attachments (1)

mythtv_NVR_txtbuf_leak2.diff (498 bytes) - added by Shane Shrybman <gnome42@…> 16 years ago.
NVR::Reset() text buffer leak

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by Shane Shrybman <gnome42@…>

NVR::Reset() text buffer leak

comment:1 Changed 16 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [15583]) Fix memory leak in NuppelVideoRecorder::Reset(), there's no need to reallocate a new set of text buffers (hence losing track of the old ones).

Closes #4307 using patch by Shane Shrybman.

Note: See TracTickets for help on using tickets.