fixed crash when start recording with extrecmenu or remotetimers

This commit is contained in:
louis
2015-01-18 12:03:06 +01:00
parent c05b8413f0
commit 5801b4bab2
8 changed files with 22 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ cPixmapContainer::~cPixmapContainer(void) {
bool cPixmapContainer::CreateOsd(int Left, int Top, int Width, int Height) {
if (osd) {
return true;
return false;
}
cOsd *newOsd = cOsdProvider::NewOsd(Left, Top);
if (newOsd) {