Skip to content

Commit

Permalink
Ensure teletext images are properly cleared when using XVideo
Browse files Browse the repository at this point in the history
(cherry picked from commit 9980fcf)
  • Loading branch information
Mark Kendall committed Feb 13, 2011
1 parent 18a8200 commit 809ec68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/teletextscreen.cpp
Expand Up @@ -68,6 +68,7 @@ void TeletextScreen::CleanUp(void)
for (int i = 0; i < m_rowImages.size(); i++)
delete m_rowImages.value(i);
m_rowImages.clear();
SetRedraw();
}

QImage* TeletextScreen::GetRowImage(int row, QRect &rect)
Expand Down

0 comments on commit 809ec68

Please sign in to comment.