From 1468b60d3651283ca45f9eda73e23138c4fa3fd6 Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 15 Aug 2006 16:39:36 +0000 Subject: delete --> delete[] (Thanks to Tobias Grimm) --- frontend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend.c b/frontend.c index e425fe90..e97de243 100644 --- a/frontend.c +++ b/frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.c,v 1.8 2006-07-21 22:55:01 phintuka Exp $ + * $Id: frontend.c,v 1.9 2006-08-15 16:39:36 phintuka Exp $ * */ @@ -409,7 +409,7 @@ bool cXinelibThread::Play_Mpeg2_ES(const uchar *data, int len, int streamID) Play_PES(seqend, 13); } - delete frame; + delete[] frame; return true; } -- cgit v1.2.3