Skip to content

Commit

Permalink
Refs #10472. Initialize pointer in ctor.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Mar 18, 2012
1 parent 6f9b938 commit 0964c14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/programs/mythbackend/mediaserver.cpp
Expand Up @@ -45,6 +45,9 @@
//////////////////////////////////////////////////////////////////////////////

MediaServer::MediaServer(void) :
#ifdef USING_LIBDNS_SD
m_bonjour(NULL),
#endif
m_pUPnpCDS(NULL), m_pUPnpCMGR(NULL),
m_sSharePath(GetShareDir())
{
Expand Down

0 comments on commit 0964c14

Please sign in to comment.