Skip to content

Commit

Permalink
Make sure m_fontSize is always initialized. Coverity 700918.
Browse files Browse the repository at this point in the history
  • Loading branch information
stichnot committed May 30, 2013
1 parent 6ab96bd commit 183e711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/subtitlescreen.cpp
Expand Up @@ -527,6 +527,7 @@ SubtitleScreen::SubtitleScreen(MythPlayer *player, const char * name,
m_player(player), m_subreader(NULL), m_608reader(NULL),
m_708reader(NULL), m_safeArea(QRect()),
m_removeHTML(QRegExp("</?.+>")), m_subtitleType(kDisplayNone),
m_fontSize(0),
m_textFontZoom(100), m_textFontZoomPrev(100),
m_textFontDelayMs(0), m_textFontDelayMsPrev(0),
m_refreshModified(false), m_refreshDeleted(false),
Expand Down

0 comments on commit 183e711

Please sign in to comment.