Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Initialise callbacks in MythUIHelperPrivate constructor. It was done …
…anyway a few moments later. Coverity
  • Loading branch information
stuartm committed May 26, 2013
1 parent 92decfb commit c5852fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mythtv/libs/libmythui/mythuihelper.cpp
Expand Up @@ -162,6 +162,11 @@ MythUIHelperPrivate::MythUIHelperPrivate(MythUIHelper *p)
screenSetup(false), m_imageThreadPool(new MThreadPool("MythUIHelper")),
parent(p), m_fontStretch(100)
{
callbacks.exec_program = NULL;
callbacks.exec_program_tv = NULL;
callbacks.configplugin = NULL;
callbacks.plugin = NULL;
callbacks.eject = NULL;
}

MythUIHelperPrivate::~MythUIHelperPrivate()
Expand Down

0 comments on commit c5852fa

Please sign in to comment.