[Live-devel] MPEG4VideoStreamFramer.cpp - tiny bugfix

Wojciech Matyjewicz matyjew at student.agh.edu.pl
Fri May 26 01:53:26 PDT 2006


Hi.

I have recently tested my app (using liveMedia) with valgrind and it
reported
'Mismatched free() / delete / delete []'
in MPEG4VideoStreamFramer::completeNewConfig() method.

It seems that delete on line 138 of file
MPEG4VideoStreamFramer.cpp should be changed to delete[].

Cheers,
Wojtek


More information about the live-devel mailing list