Skip to content

Commit

Permalink
MythNetVision: Fix coverity ID 1026734 Uninitialized pointer field
Browse files Browse the repository at this point in the history
In NetTree::NetTree(): Several pointer fields are not initialized in the
constructor.
  • Loading branch information
Paul Harrison committed Jun 8, 2013
1 parent 7c7fca0 commit 0709ef5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythplugins/mythnetvision/mythnetvision/nettree.cpp
Expand Up @@ -46,6 +46,8 @@ namespace
NetTree::NetTree(DialogType type, MythScreenStack *parent, const char *name)
: MythScreenType(parent, name),
m_siteMap(NULL), m_siteButtonList(NULL),
m_siteGeneric(NULL), m_rssGeneric(NULL),
m_searchGeneric(NULL), m_currentNode(NULL),
m_noSites(NULL), m_thumbImage(NULL),
m_downloadable(NULL), m_busyPopup(NULL),
m_menuPopup(NULL), m_popupStack(),
Expand Down

0 comments on commit 0709ef5

Please sign in to comment.