Opened 13 years ago Closed 12 years ago #644 closed defect (fixed)Intialization of variables in TComPicSym
Description
All the member variables of class TComPicSym are not initialized to 0/NULL/appropriate value; only m_uiNumAllocatedSlice is done so. This could be a create issues if TComPicSym::destroy() is called without initialization.
Possible solution: Replace existing constructor in TComPicSym.h by the following in TComPicSym.cpp
TComPicSym::TComPicSym() Change History (2)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 12 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
|
this has been added in r2725