Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: VDR developer version 1.1.22



On 26 Jan 2003 Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de> wrote:

Another thing:

in dvbplayer.c:

     b = MALLOC(uchar, Length);
     }
  int r = nonBlockingFileReader->Read(replayFile, b, Length);
  if (r > 0) {
     readFrame = new cFrame(b, -r, ftUnknown, readIndex); // hands over b to the ringBuffer

but in ringbuffer.c:

cFrame::~cFrame()
{
  delete data;
}

a new/delete malloc/free mismatch. Right?

-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index