Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
pvr: fix CGUIWindowPVR::Reset()
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed May 8, 2011
1 parent 7873abd commit 0f9650e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/pvr/windows/GUIWindowPVR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ void CGUIWindowPVR::Reset(void)
delete m_windowRecordings;
delete m_windowSearch;
delete m_windowTimers;
m_bViewsCreated = false;
}

CreateViews();
Expand Down

0 comments on commit 0f9650e

Please sign in to comment.