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