Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#546 closed defect (fixed)

TComPic::m_SEIs should be initialized to NULL in constructor

Reported by: adarsh Owned by:
Priority: minor Milestone: HM-7.1
Component: HM Version: HM-7.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

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 12 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 12 years ago by ksuehring

  • Resolution set to fixed
  • Status changed from new to closed

fixed in r2412 (also adding all other missing members)

comment:3 Changed 12 years ago by ksuehring

  • Milestone set to HM-7.1
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

  • Adarsh Krishnan Ramasubramonian(Reporter)
  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)