summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-01-20 11:23:18 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-01-20 11:23:18 +0100
commit3877fb6eb8462ea19490680ff4e325b1c644acc2 (patch)
tree6031e416e5984f4f0eb8961431d8a9f9c92a58d0
parent27b929b6fcb749492a8068c51dfaffc5a5a51d6a (diff)
downloadskin-lcarsng-3877fb6eb8462ea19490680ff4e325b1c644acc2.tar.gz
skin-lcarsng-3877fb6eb8462ea19490680ff4e325b1c644acc2.tar.bz2
Cancel(3) in cLCARSNGDisplayReplay::~cLCARSNGDisplayReplay
-rw-r--r--displayreplay.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/displayreplay.c b/displayreplay.c
index 7ccf33d..829ffff 100644
--- a/displayreplay.c
+++ b/displayreplay.c
@@ -116,8 +116,9 @@ cLCARSNGDisplayReplay::cLCARSNGDisplayReplay(bool ModeOnly):cThread("LCARS Displ
cLCARSNGDisplayReplay::~cLCARSNGDisplayReplay()
{
- Cancel(-1);
+// Cancel(-1);
delete osd;
+ Cancel(3);
cDevice::PrimaryDevice()->ScaleVideo(cRect::Null);
}