Skip to content

Commit

Permalink
Merge pull request #11779 from ksooo/pvr-cid1401587
Browse files Browse the repository at this point in the history
[PVR] Fix CID 1401587: UNINIT_CTOR in CGUIEPGGridContainer.
  • Loading branch information
ksooo committed Mar 1, 2017
2 parents 150af39 + 3d28b40 commit c5983f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/epg/GUIEPGGridContainer.cpp
Expand Up @@ -121,6 +121,7 @@ CGUIEPGGridContainer::CGUIEPGGridContainer(const CGUIEPGGridContainer &other)
m_blocksPerPage(other.m_blocksPerPage),
m_blockCursor(other.m_blockCursor),
m_blockOffset(other.m_blockOffset),
m_blockTravelAxis(other.m_blockTravelAxis),
m_cacheChannelItems(other.m_cacheChannelItems),
m_cacheProgrammeItems(other.m_cacheProgrammeItems),
m_cacheRulerItems(other.m_cacheRulerItems),
Expand Down

0 comments on commit c5983f3

Please sign in to comment.