#546 closed defect (fixed)TComPic::m_SEIs should be initialized to NULL in constructor
Description
The variable m_SEIs of class TComPic is not initialized to NULL in the constructor of TComPic. It's only initialized in the member function create(). An error occurs sometimes in function TDecTop::xGetNewPicBuffer() where constructor TComPic::TComPic() ("rpcPic = new TComPic();") could be followed by a call to TComPic::destroy() ("rpcPic->destroy();") that has statement "delete m_SEIs;". Change History (3)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by ksuehring
comment:3 Changed 13 years ago by ksuehring
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
fixed in r2412 (also adding all other missing members)