Skip to content

Commit

Permalink
ensure that we clear the items in the login window - fixes spurious e…
Browse files Browse the repository at this point in the history
…rror messages about textures being cleaned up/unable to release.

(cherry picked from commit e1a3774)
  • Loading branch information
Jonathan Marshall authored and theuni committed Mar 4, 2011
1 parent d380384 commit f26bd4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/GUIWindowLoginScreen.cpp
Expand Up @@ -69,6 +69,7 @@ bool CGUIWindowLoginScreen::OnMessage(CGUIMessage& message)
case GUI_MSG_WINDOW_DEINIT:
{
m_viewControl.Reset();
m_vecItems->Clear();
}
break;

Expand Down

0 comments on commit f26bd4d

Please sign in to comment.