Trying to trace a rare ScreenOptions::Init crash.
This commit is contained in:
@@ -273,6 +273,7 @@ ScreenOptionsMaster::ScreenOptionsMaster( CString sClassName ):
|
||||
|
||||
ASSERT( (int) OptionRowHandlers.size() == NumRows );
|
||||
|
||||
CHECKPOINT;
|
||||
Init( im, m_OptionRowAlloc, NumRows, Explanations );
|
||||
}
|
||||
|
||||
@@ -360,6 +361,7 @@ int ScreenOptionsMaster::ImportOption( const OptionRow &row, const OptionRowHand
|
||||
|
||||
void ScreenOptionsMaster::ImportOptions()
|
||||
{
|
||||
CHECKPOINT;
|
||||
for( unsigned i = 0; i < OptionRowHandlers.size(); ++i )
|
||||
{
|
||||
const OptionRowHandler &hand = OptionRowHandlers[i];
|
||||
|
||||
Reference in New Issue
Block a user