Opened 16 years ago

Closed 15 years ago

#5683 closed defect (fixed)

outputbuf in CreateFrmMPEG is an array, it should be deleted w/ []

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description


Attachments (1)

libs_libmythtv-delete-array.patch (625 bytes) - added by Erik Hovland <erik@…> 16 years ago.
uses [] in a deletion of an array

Download all attachments as: .zip

Change History (2)

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

uses [] in a deletion of an array

comment:1 Changed 15 years ago by danielk

Resolution: fixed
Status: newclosed

(In [19426]) Fixes #5683. Use delete [] for new [] allocated array.

Note: See TracTickets for help on using tickets.