diff options
-rw-r--r-- | displayreplay.c | 3 |
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); } |