mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed a possible crash in the OSD demo
This commit is contained in:
@@ -60,6 +60,7 @@ VDR Plugin 'osddemo' Revision History
|
||||
|
||||
- Official release.
|
||||
|
||||
2014-02-04: Version 2.0.1
|
||||
2014-02-06: Version 2.0.1
|
||||
|
||||
- Fixed flickering if subtitles are active while the OSD demo is running.
|
||||
- Fixed a possible crash in the OSD demo (reported by Christopher Reimer).
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* See the README file for copyright information and how to reach the author.
|
||||
*
|
||||
* $Id: osddemo.c 2.12.1.1 2014/02/04 10:48:10 kls Exp $
|
||||
* $Id: osddemo.c 2.12.1.2 2014/02/06 11:59:40 kls Exp $
|
||||
*/
|
||||
|
||||
#include <vdr/osd.h>
|
||||
@@ -480,6 +480,8 @@ void cTrueColorDemo::Action(void)
|
||||
if (Delta < FrameTime)
|
||||
cCondWait::SleepMs(FrameTime - Delta);
|
||||
}
|
||||
destroyablePixmap = NULL;
|
||||
toggleablePixmap = NULL;
|
||||
delete OsdFont;
|
||||
delete SmlFont;
|
||||
delete LrgFont;
|
||||
|
Reference in New Issue
Block a user