diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-01-23 11:20:14 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-01-25 12:35:58 +0100 |
commit | dc48d4608682895f3db8a1735c5753fcb1cc9cf9 (patch) | |
tree | 3fcf67ded578c8f86ee035642910b21679938223 /displayreplay.c | |
parent | 3877fb6eb8462ea19490680ff4e325b1c644acc2 (diff) | |
download | skin-lcarsng-dc48d4608682895f3db8a1735c5753fcb1cc9cf9.tar.gz skin-lcarsng-dc48d4608682895f3db8a1735c5753fcb1cc9cf9.tar.bz2 |
Fix a Segfault while starting DrawBlinkingRec
Diffstat (limited to 'displayreplay.c')
-rw-r--r-- | displayreplay.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/displayreplay.c b/displayreplay.c index 829ffff..34d95a9 100644 --- a/displayreplay.c +++ b/displayreplay.c @@ -116,10 +116,8 @@ cLCARSNGDisplayReplay::cLCARSNGDisplayReplay(bool ModeOnly):cThread("LCARS Displ cLCARSNGDisplayReplay::~cLCARSNGDisplayReplay() { -// Cancel(-1); - delete osd; Cancel(3); - cDevice::PrimaryDevice()->ScaleVideo(cRect::Null); + delete osd; } void cLCARSNGDisplayReplay::DrawDate(void) |