Skip to content

Commit

Permalink
MHListGroup: fix coverity ID 700819 Uninitialized scalar field
Browse files Browse the repository at this point in the history
In MHListGroup::MHListGroup(): Several scalar fields are not initialized
by the constructor.
  • Loading branch information
Paul Harrison committed Jun 12, 2013
1 parent 4a7fbb0 commit 588e4fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythfreemheg/TokenGroup.cpp
Expand Up @@ -334,6 +334,8 @@ MHListGroup::MHListGroup()
m_nFirstItem = 1;
m_nLastFirstItem = m_nFirstItem;
m_nLastCount = 0;
m_fFirstItemDisplayed = false;
m_fLastItemDisplayed = false;
}
MHListGroup::~MHListGroup()
{
Expand Down

0 comments on commit 588e4fa

Please sign in to comment.